The resultant machine code is called
Native executable code
Source program code
Java byte code
None of these
The program or code written by a programmer is usually called
Byte code
Source code
Compiler
Java solves the problem of platform- independence by using
Compilation
Machine code
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
________ interprets the byte code for the machine for which it has to run.
Java API's
Java virtual Machine
Java Interpreter
_________ is the shortcut key to view the terminal window.
Ctr l+ S
Ctrl + shift
Ctrl + T
Alt + shift
The process of converting a source code into machine code is called
Plat-form independence
________ is a Java TM development environment specifically designed for teaching at an introducing level.
Blue J
Blue Q
Blue tooth
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