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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic