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 47



Share with a Friend

Multiple Choice Questions


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

6. Which is true about bytecode?
A). Machine dependent
B). OS dependent
C). Platform independent
D). None
View Answer
Correct: C




7. Which improves execution speed significantly?
A). Interpreter
B). JIT
C). Compiler
D). Loader
View Answer
Correct: B




8. JVM execution engine includes:
A). Interpreter
B). JIT
C). Both
D). None
View Answer
Correct: C




9. Which handles runtime memory allocation?
A). JVM
B). OS
C). Compiler
D). JDK
View Answer
Correct: A




10. Which ensures type safety?
A). Verifier
B). Loader
C). JIT
D). API
View Answer
Correct: A