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

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

Read Online Java Job Interview Questions And Answers