Single Choice Moderate

QWhich of these is a reserved keyword?

ID: #25813 MCQ Quiz - Class 8 - Programming 6 views
Question Info
#25813Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A int
  • B myAge
  • C name1
  • D score2
Correct Answer

Explanation

Correct Answer Explanation:

'int' is a reserved keyword in Java (used to declare integer variables). Keywords cannot be used as identifiers.

Why the other options are incorrect:

  • Option B: 'myAge' is not a keyword — valid identifier.
  • Option C: 'name1' is not a keyword — valid identifier.
  • Option D: 'score2' is not a keyword — valid identifier.

Share This Question

Challenge a friend or share with your study group.