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 49



Share with a Friend

Multiple Choice Questions


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

16. JIT compiler improves performance by:
A). Interpreting code
B). Compiling entire program at once
C). Compiling frequently executed bytecode into native code
D). Loading classes faster
View Answer
Correct: C




17. Which class loader is responsible for loading core Java classes like java.lang?
A). Extension Class Loader
B). Bootstrap Class Loader
C). Application Class Loader
D). Custom Class Loader
View Answer
Correct: B




18. Which class loader loads classes from the classpath?
A). Bootstrap
B). Extension
C). Application
D). Native
View Answer
Correct: C




19. Which JVM component links classes by verifying and preparing them?
A). Class Loader
B). Linking Phase
C). Execution Engine
D). JIT
View Answer
Correct: B




20. Which phase assigns default values to static variables?
A). Loading
B). Verification
C). Preparation
D). Resolution
View Answer
Correct: C