Multiple choice

Which of the following is not a Java's checked exception?

  1. ClassNotFoundException

  2. ClassNotSupportedException

  3. InstantiationException

  4. UnsupportedOperationException

  5. NoSuchMethodException

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

This is the correct answer. This is an unchecked exception. This occurs when an unsupported action gets encountered.