Multiple choice

Which of the following is a checked exception in java?

  1. ClassCastException

  2. ArrayIndexboundOfException

  3. IllegalStateException

  4. IndexOutOfBoundsException

  5. None of the above

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

Yes, all of the above are the unchecked exception.