Single Choice Moderate

QStatements in Java end with:

ID: #25836 MCQ Quiz - Class 8 - Programming 5 views
Question Info
#25836Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A ;
  • B :
  • C .
  • D ,
Correct Answer

Explanation

Correct Answer Explanation:

Java statements end with a semicolon (;). It tells the compiler this is the end of a complete instruction.

Why the other options are incorrect:

  • Option B: : is used for labels and ternary operations, not statement ends.
  • Option C: The period . is used for member access.
  • Option D: The comma , separates items in lists.

Share This Question

Challenge a friend or share with your study group.