Multiple Choice Question

Quiz Guidelines

 

QID: 
253
Question: 

What can be the type of a catch argument?

Select 1 option

A. Any class that extends java.lang.Exception
B. Any class that extends java.lang.Exception except any class that extends
java.lang.RuntimeException
C. Any class that is-a Throwable.
D. Any Object
E. Any class that extends Error

Q&A Set: