Multiple choice

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

  1. goto

  2. short

  3. byte

  4. assert

  5. unsigned

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

unsigned is a keyword in C++ and not in Java.