📚 Practice Mode

Java Exception Handling Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Answers

Identify the true statements.

  1. Checked exceptions must be explicitly caught or propagated(declared Thrown)
  2. Unchecked exceptions must be explicitly caught or propagated(declared Thrown)
  3. Checked exceptions in Java extend the java.lang.Exception class
  4. Unchecked exceptions extend the java.lang.RuntimeException class