About Question com.enthuware.ets.scjp.v6.2.19 :
Posted: Sun Feb 09, 2014 4:44 am
.It may throw only those exceptions which are declared in the throws clause of the superclass's method or exceptions that are subclasses of the declared exceptions. It may also choose NOT to throw any exception.
This should be:
It may throw only those CHECKED exceptions which ...
An overriden method can throw any runtime exception as stated with answer 4
This should be:
It may throw only those CHECKED exceptions which ...
An overriden method can throw any runtime exception as stated with answer 4