Java MCQ : JVM and JRE (Multiple Choice Questions)


Question 1
Java Programming promises programmer - "Write Once, Run Anywhere".
A
False
B
True
Question 2
Java allow , Same java program program to be executed on multiple operating systems.
A
False
B
True
Question 3
Following file is human readable in Java programming language.
A
.Obj
B
.Jar
C
.Class
D
.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?
A
JRE
B
JVM
C
Applet
D
Compiler
Question 5
Platform independent code file created from Source file is understandable by _______________.
A
JRE
B
Compiler
C
JVM
D
Applet
There are 5 questions to complete.