A catch can handle any type of exception, checked or unchecked.


Yes, apart the fact that an exception is in a well defined hierarchy (with java.lang.Throwable at the "top"), an exception is an...