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 43



Share with a Friend

Multiple Choice Questions


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

46. Which of the following is true about JDK?
A). It only runs programs
B). It includes development tools
C). It is runtime only
D). It excludes compiler
View Answer
Correct: B




47. Java runtime environment includes:
A). Compiler
B). JVM + Libraries
C). Source code
D). OS
View Answer
Correct: B




48. Which of the following is NOT a Java feature?
A). Secure
B). Portable
C). Pointer arithmetic
D). Robust
View Answer
Correct: C




49. Which phase resolves symbolic references?
A). Linking
B). Execution
C). Compilation
D). Loading
View Answer
Correct: A




50. Which type of errors occur during execution?
A). Compile-time errors
B). Runtime errors
C). Syntax errors
D). Logical errors only
View Answer
Correct: B