Java MCQ : Java Compilation (Multiple Choice Questions)
Question 1 |
Java is called as platform independent language. Do you agree with this statement ?
No | |
Yes |
Question 2 |
We can run same java program on different environment with same JDK Version.
True | |
False |
Question 2 Explanation:
We need different JVM because JVM is different for different OS. JVM understands the compiled code.
Question 3 |
JDK in Java stands for ___________.
None of these | |
Java Debugging Kit | |
Java Developer's Kit | |
Java Decompilation Kit |
Question 4 |
JVM is a _____________ .
Debugger | |
Compiler | |
Interpreter | |
Assembler |
Question 5 |
Bytecode is given as input to _______________ .
Linker | |
Assembler | |
JRE | |
JVM |
There are 5 questions to complete.