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 52



Share with a Friend

Multiple Choice Questions


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

31. Which of the following improves execution after repeated execution?
A). Interpreter
B). JIT Compiler
C). Loader
D). Verifier
View Answer
Correct: B




32. Which process ensures type safety before execution?
A). Execution
B). Verification
C). Compilation
D). Linking
View Answer
Correct: B




33. Which JVM component loads classes dynamically?
A). Interpreter
B). Class Loader
C). JIT
D). Verifier
View Answer
Correct: B




34. Dynamic class loading means:
A). Classes loaded at compile time
B). Classes loaded at runtime
C). No loading required
D). Static loading only
View Answer
Correct: B




35. Which memory is used for method execution frames?
A). Heap
B). Stack
C). Method Area
D). Disk
View Answer
Correct: B