A catch clause may catch exceptions of which type?
Click to view the answer
A, B, and C.
The exception caught by a catch clause must be assignable to the Throwable type. This includes the Error and Exception types.