Multiple choice Which of the following is not a reserved keyword in Java? Static Switch Main 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.