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 3



Share with a Friend

Multiple Choice Questions


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

11. Which keyword is used to define class?
A). define
B). class
C). struct
D). object
View Answer
Correct: B




12. Entry point of Java program:
A). start()
B). main()
C). run()
D). init()
View Answer
Correct: B




13. Java is compiled into:
A). Machine code
B). Bytecode
C). Assembly
D). Binary
View Answer
Correct: B




14. Which is not a Java feature?
A). Platform independent
B). Secure
C). Pointer-based
D). Robust
View Answer
Correct: C




15. Java uses which memory management?
A). Manual
B). Automatic
C). Semi-manual
D). None
View Answer
Correct: B