try{...}catch(Exception e) {...}finally{...} puzzle.Before running the code ask yourself three questions: does it compile, does it run, and what is the result?
Tell me what the expected result is supposed to be and why?
Main.java
The example code is a NetBeans project and can be downloaded here: FinallyReturn.zip

5 comments:
Post a Comment