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 48



Share with a Friend

Multiple Choice Questions


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

11. Which JVM component is responsible for ensuring that bytecode does not violate Java security rules?
A). Class Loader
B). Bytecode Verifier
C). Interpreter
D). JIT Compiler
View Answer
Correct: B




12. Which JVM memory area is shared among all threads?
A). Stack
B). Heap
C). PC Register
D). Native Stack
View Answer
Correct: B




13. Which JVM memory area is thread-specific?
A). Heap
B). Method Area
C). Stack
D). Runtime Pool
View Answer
Correct: C




14. What is the primary role of the Execution Engine?
A). Load classes
B). Verify bytecode
C). Execute bytecode
D). Compile source code
View Answer
Correct: C




15. Which of the following is part of the Execution Engine?
A). Class Loader
B). Interpreter
C). Compiler
D). API
View Answer
Correct: B