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 53



Share with a Friend

Multiple Choice Questions


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

36. Each thread has its own:
A). Heap
B). Stack
C). Method Area
D). Class Loader
View Answer
Correct: B




37. Which component ensures Java security through sandboxing?
A). JVM
B). OS
C). Compiler
D). Editor
View Answer
Correct: A




38. Which layer acts as an interface between Java program and OS?
A). Compiler
B). JVM
C). JDK
D). API
View Answer
Correct: B




39. Which JVM component handles execution of native methods?
A). JNI
B). JIT
C). Loader
D). Verifier
View Answer
Correct: A




40. Which phase occurs after class loading?
A). Execution
B). Linking
C). Compilation
D). Interpretation
View Answer
Correct: B