Multiple choice

Which of the following is not a checked exception?

  1. IllegalAccessEception

  2. CloneNotSupportedException

  3. ClassNotFoundException

  4. SecurityException

  5. InstantiationException

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

It is an unchecked exception.