Java is
a programming language
Platform
Both (1) and (2)
None of these
In which year Java supports for web services officially released via the Java TM Web Services Developer Pack?
1998
2004
2002
The text enclosed within /*....*/, is called
Class name
Statements
Comments
Every stand-alone application of Java begins executing with a ________ method.
Single
Multiple
Main
Function
_______ can be used to translates instruction by - instruction to execute a Program.
Compiler
Interpreter
Machine code
Source code
The process of converting a source code into machine code is called
Plat-form independence
Compilation
Byte code
________ are small programs that are embedded in web pages and are run on the viewer's machine in a secured Manner.
Internet Applets
Browser
Built in Graphics
Object-oriented Languages
________ interprets the byte code for the machine for which it has to run.
Java byte code
Java API's
Java virtual Machine
Java Interpreter
________ is a machine instruction for a Java processor chip called Java virtual Machine.
Source Program
Unix
Linux
Which of the following prints some text on the monitor (in context of Java)?
Print
Print/n
System.out.print/n("...")
All of the above