Tag: java exception

Questions Related to java exception

Multiple choice java exception
  1. A. protected

  2. B. extends Throwable

  3. C. implements Throwable

  4. D. serializable

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

In Java, the Exception class extends Throwable. While it is also serializable, the most fundamental architectural definition in the context of the class hierarchy is its inheritance from Throwable.