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 35



Share with a Friend

Multiple Choice Questions


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

6. Java follows which execution model?
A). Compile only
B). Interpret only
C). Hybrid
D). None
View Answer
Correct: C




7. Which memory area holds bytecode?
A). Heap
B). Stack
C). Method Area
D). Cache
View Answer
Correct: C




8. JVM architecture includes:
A). Class Loader
B). Execution Engine
C). Both
D). None
View Answer
Correct: C




9. Bootstrap class loader loads:
A). User classes
B). Core Java classes
C). External classes
D). None
View Answer
Correct: B




10. Which improves performance?
A). JVM
B). JIT
C). JRE
D). JDK
View Answer
Correct: B