Multiple choice

Which of the following classes is at the top of Exception class hierarchy?

  1. Exception

  2. Error

  3. Throwable

  4. RuntimeException

  5. IOException

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

This is the correct answer. Throwable is at the top of Exception class hierarchy.