Java MCQ : Java Compilation (Multiple Choice Questions)
Question 1 |
Java is called as platform independent language. Do you agree with this statement ?
Yes | |
No |
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 ___________.
Java Developer's Kit | |
Java Decompilation Kit | |
Java Debugging Kit | |
None of these |
Question 4 |
JVM is a _____________ .
Assembler | |
Debugger | |
Compiler | |
Interpreter |
Question 5 |
Bytecode is given as input to _______________ .
JVM | |
Linker | |
Assembler | |
JRE |
There are 5 questions to complete.