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 54



Share with a Friend

Multiple Choice Questions


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

41. Which of the following is NOT part of linking?
A). Verification
B). Preparation
C). Resolution
D). Execution
View Answer
Correct: D




42. Which component converts bytecode line by line?
A). JIT
B). Interpreter
C). Loader
D). Verifier
View Answer
Correct: B




43. Which component compiles only frequently executed code?
A). Interpreter
B). JIT Compiler
C). Loader
D). API
View Answer
Correct: B




44. Which of the following ensures memory safety?
A). Pointer arithmetic
B). Bytecode verification
C). Direct memory access
D). Assembly
View Answer
Correct: B




45. Which JVM memory area stores runtime constant pool?
A). Heap
B). Stack
C). Method Area
D). Register
View Answer
Correct: C