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 45



Share with a Friend

Multiple Choice Questions


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

56. Which ensures type safety in Java?
A). JVM
B). Verifier
C). Compiler
D). Loader
View Answer
Correct: B




57. Which part manages execution of instructions?
A). Execution Engine
B). Heap
C). Stack
D). Loader
View Answer
Correct: A




58. Java runtime includes:
A). Hardware
B). OS only
C). JVM + Libraries
D). Compiler only
View Answer
Correct: C




59. Which process converts symbolic references to actual memory addresses?
A). Loading
B). Linking
C). Execution
D). Compilation
View Answer
Correct: B




60. Java execution involves:
A). Only compilation
B). Only execution
C). Multiple stages (compile, load, execute)
D). Only interpretation
View Answer
Correct: C