MCQ Practice Single Best Answer Topic: ICSE Computer Application - Class X - 2025 SPECIMEN QUESTION PAPER

Q Which of the following is a valid java keyword?

Question ID
#24258
Subchapter
ICSE Computer Application - Class X - 2025 SPECIMEN QUESTION PAPER
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A If
  • B BOOLEAN
  • C static
  • D Switch
Correct Answer: C

Explanation

Java keyword rules:

  • Java keywords are case-sensitive.

  • They must be written in lowercase only.


Options:

(a) If → ❌ Invalid (Java keyword is lowercase if)
(b) BOOLEAN → ❌ Invalid (Java keyword is lowercase boolean)
(c) static → ✅ Valid keyword (used to declare class-level variables/methods)
(d) Switch → ❌ Invalid (Java keyword is lowercase switch)


Answer: (c) static

Share This Question

Share this MCQ with your friends or study group.