Multiple choice

Java has defined a _______________ class which is a super-class for all runtime error classes.

  1. RuntimeExceptions

  2. RuntimeException

  3. Exception

  4. Throwable

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

Java has defined a RuntimeException class which is a super-class for all runtime error classes.