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 9



Share with a Friend

Multiple Choice Questions


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

41. Java is case-sensitive means:
A). It ignores case
B). It treats uppercase and lowercase differently
C). Only uppercase allowed
D). Only lowercase allowed
View Answer
Correct: B




42. Which symbol is used to end a statement in Java?
A). .
B). ,
C). ;
D). :
View Answer
Correct: C




43. Which is used to display output in Java?
A). print()
B). echo()
C). System.out.println()
D). display()
View Answer
Correct: C




44. Java supports which programming paradigm?
A). Object-Oriented
B). Functional only
C). Procedural only
D). Assembly
View Answer
Correct: A




45. Java programs are executed on:
A). Compiler
B). JVM
C). OS
D). Hardware directly
View Answer
Correct: B