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