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 39



Share with a Friend

Multiple Choice Questions


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

26. What is the first step in Java execution?
A). Execution
B). Compilation
C). Class loading
D). Linking
View Answer
Correct: B




27. Which phase loads classes into JVM memory?
A). Compilation
B). Class Loading
C). Execution
D). Interpretation
View Answer
Correct: B




28. Which phase checks bytecode validity?
A). Linking
B). Verification
C). Execution
D). Compilation
View Answer
Correct: B




29. Which of the following is NOT a JVM component?
A). Heap
B). Stack
C). Compiler
D). Method Area
View Answer
Correct: C




30. Heap memory is:
A). Thread-specific
B). Shared among threads
C). Used for methods
D). Used for execution only
View Answer
Correct: B