Java MCQ : Java Compilation (Multiple Choice Questions)
Question 1 |
Output of a Java compiler is ________________.
executable code | |
non executable code |
Question 2 |
Output of the Java Compiler is Executable.
True | |
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 ?
False | |
True |
Question 4 |
The JVM needs to be implemented for each platform.
True | |
False |
Question 5 |
JVM will differ from platform to platform but still all understand the Same Java Bytecode
True | |
False |
There are 5 questions to complete.