Java MCQ : Java Compilation (Multiple Choice Questions)


Question 1
Output of a Java compiler is ________________.
A
executable code
B
non executable code
Question 2
Output of the Java Compiler is Executable.
A
True
B
False
Question 2 Explanation: 
Output of Java Compiler is bytecode (Non Executable Code).
Question 3
Byte code is set of highly optimized code. Is it true or false ?
A
False
B
True
Question 4
The JVM needs to be implemented for each platform.
A
True
B
False
Question 5
JVM will differ from platform to platform but still all understand the Same Java Bytecode
A
True
B
False
There are 5 questions to complete.