Single Choice Moderate

QMissing semicolon in Java is a:

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

Choose the Best Option

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

  • A Syntax error
  • B Logical error
  • C Runtime error
  • D Warning only
Correct Answer

Explanation

Correct Answer Explanation:

Missing semicolon prevents the code from compiling — this is a SYNTAX error caught at compile time.

Why the other options are incorrect:

  • Option B: Logical errors happen when code compiles but produces wrong results.
  • Option C: Runtime errors happen during execution, not at compile time.
  • Option D: It's not a warning — it prevents compilation entirely.

Share This Question

Challenge a friend or share with your study group.