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 42



Share with a Friend

Multiple Choice Questions


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

41. Java supports dynamic linking means:
A). Classes linked at compile time
B). Classes linked at runtime
C). No linking
D). Static linking only
View Answer
Correct: B




42. Which feature allows Java to load classes during execution?
A). Static binding
B). Dynamic loading
C). Compilation
D). Interpretation
View Answer
Correct: B




43. What does “Write Once, Run Anywhere” refer to?
A). Security
B). Portability
C). Performance
D). Syntax
View Answer
Correct: B




44. Which memory area stores class metadata?
A). Heap
B). Stack
C). Method Area
D). Cache
View Answer
Correct: C




45. Which component handles runtime errors?
A). Compiler
B). JVM
C). OS
D). Editor
View Answer
Correct: B