Answers

Question and Answer:

  Home  Java Developer

⟩ Which 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.

 186 views

More Questions for you: