Multiple choice

All exception classes inherit, either directly or indirectly from

  1. class Error

  2. class RuntimeException

  3. class Throwable

  4. None of the above

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

The Throwable class is the superclass of all errors and exceptions in the Java language.