Single Choice Moderate

QWhich of these is a keyword in Java?

ID: #25876 MCQ Quiz - Class 8 - Programming 4 views
Question Info
#25876Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A int
  • B myVar
  • C score
  • D sum1
Correct Answer

Explanation

Correct Answer Explanation:

'int' is a reserved Java keyword used to declare integer variables. Keywords cannot be used as identifier names.

Why the other options are incorrect:

  • Option B: 'myVar' is a valid identifier, not a keyword.
  • Option C: 'score' is a valid identifier, not a keyword.
  • Option D: 'sum1' is a valid identifier, not a keyword.

Share This Question

Challenge a friend or share with your study group.