Multiple choice

Which of the following is not a reserved keyword in Java?

  1. Static

  2. Switch

  3. Main

  4. Import

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Static, Switch, and Import are reserved keywords in Java. Main is just a method name, not a reserved keyword.