Multiple choice technology programming languages

Which is not the keyword

  1. java

  2. boolean

  3. super

  4. this

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

In Java, 'boolean', 'super', and 'this' are reserved keywords. 'java' is a package name or identifier used in the standard library, but it is not a reserved keyword in the Java language specification.