Multiple choice

Which of the following is not a JVM (Java Virtual Machine) exception?

  1. ClassCastException

  2. NullPointerException

  3. ArrayIndexOutOfBoundsException

  4. IllegalArgumentException

  5. None of the above

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

This is not a JVM exception. It is a programmatic exception.