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
_______ can be used to translates instruction by - instruction to execute a Program.
Compiler
Interpreter
Machine code
Source code
________ is a machine instruction for a Java processor chip called Java virtual Machine.
Source Program
Unix
Java byte code
Linux
________ is a Java TM development environment specifically designed for teaching at an introducing level.
Blue J
Blue Q
Blue tooth
None of these
The text enclosed within /*....*/, is called
Class name
Statements
Comments
In 2005 approximately _______ million Developers is Java.
3.5 million
4.5
2.5
1.5
Java is
a programming language
Platform
Both (1) and (2)
In which year Java supports for web services officially released via the Java TM Web Services Developer Pack?
1998
2004
2002
Oak is developed as
World wide web
Web browser
Java
Windows NT
Every stand-alone application of Java begins executing with a ________ method.
Single
Multiple
Main
Function