Java MCQ : JVM and JRE (Multiple Choice Questions)
Question 1 |
Java Programming promises programmer - "Write Once, Run Anywhere".
False | |
True |
Question 2 |
Java allow , Same java program program to be executed on multiple operating systems.
False | |
True |
Question 3 |
Following file is human readable in Java programming language.
.Obj | |
.Jar | |
.Class | |
.Java |
Question 3 Explanation:
.Java file is called as Source File
Question 4 |
Which of the following converts human readable file into platform independent code file in Java?
JRE | |
JVM | |
Applet | |
Compiler |
Question 5 |
Platform independent code file created from Source file is understandable by _______________.
JRE | |
Compiler | |
JVM | |
Applet |
There are 5 questions to complete.