About Question com.enthuware.ets.scjp.v6.2.380 :
Posted: Tue Oct 28, 2014 7:37 am
Why are there no need for throws?
I was under the impression that adding throws to the method(The method that does not want to handle the exception) allows the exception to propagate down the stack.
I was under the impression that adding throws to the method(The method that does not want to handle the exception) allows the exception to propagate down the stack.