C Programming Multiple Choice Questions (MCQ) | IT Developer <?php echo $page_title; ?>
IT Developer

Java Programming Multiple Choice Questions (MCQ)

Introduction to Java - Multiple Choice Questions (MCQ) - Set 34



Share with a Friend

Multiple Choice Questions


Java - Introduction to Java - Multiple Choice Questions (MCQ) - Set 34

1. Which component converts bytecode to machine code at runtime?
A). JIT Compiler
B). JVM
C). JDK
D). Interpreter
View Answer
Correct: A




2. JIT stands for:
A). Just In Time
B). Java In Time
C). Jump In Time
D). Join In Time
View Answer
Correct: A




3. Which is not part of JRE?
A). JVM
B). Libraries
C). Compiler
D). Runtime
View Answer
Correct: C




4. Java bytecode is:
A). OS dependent
B). Platform independent
C). Hardware dependent
D). None
View Answer
Correct: B




5. Which phase detects syntax errors?
A). Runtime
B). Compilation
C). Execution
D). Linking
View Answer
Correct: B