Multiple choice Which of the following is not a Java's checked exception? ClassNotFoundException ClassNotSupportedException InstantiationException UnsupportedOperationException 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.