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 38



Share with a Friend

Multiple Choice Questions


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

21. Bytecode verification ensures:
A). Speed
B). Security
C). Memory allocation
D). Compilation
View Answer
Correct: B




22. Which component executes Java bytecode instructions?
A). Class Loader
B). Execution Engine
C). Compiler
D). API
View Answer
Correct: B




23. Which JVM component includes Interpreter and JIT?
A). Class Loader
B). Execution Engine
C). Heap
D). Stack
View Answer
Correct: B




24. Interpreter in JVM:
A). Converts entire code at once
B). Executes bytecode line by line
C). Loads classes
D). Deletes objects
View Answer
Correct: B




25. Which improves performance after repeated execution?
A). Interpreter
B). JIT Compiler
C). Class Loader
D). JVM
View Answer
Correct: B