Multiple choice

Which of the following keywords is not present in Java?

  1. goto

  2. break

  3. continue

  4. all of the above

  5. none of these

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

The goto keyword sometimes may cause program to go in infinity. The goto statement is not present in Java.