About Question enthuware.ocajp.i.v7.2.1254 :
Posted: Wed Sep 11, 2013 7:36 am
Maybe I'm wrong, but it seems to me that the reason (of not executing the statment j+="4") is the return; statment in the catch block. When I comment the return; statement, "4" appears at the end of the output.Note that the last statement ( j+=4) is not executed as there was an exception thrown in the try block.