Multiple choice

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

  1. Abstract

  2. Boolean

  3. Break

  4. Count

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

Abstract, Boolean, and Break are all reserved keywords in Java. Count is not a reserved keyword.