Answers

Question and Answer:

  Home  Java

⟩ What classes of exceptions may be caught by a catch clause in Java Programming?

A catch clause can catch any exception that may be assigned to the Throwable type. This includes the Error and Exception types.

 153 views

More Questions for you: