A good answer might be:

In which outputs did the try{} block execute without an exception? 1
In which outputs did the try{} block throw an ArithmeticException? 2
In which outputs did the try{} block throw an unhandled exception
(one with no catch{} block)?
3
In which outputs did the finally{} block execute? 1, 2, 3

End of the Chapter

You have reached the end this chapter. Here is a list of exceptionally interesting topics. Click on a blue topic that interests you to go to where it was discussed. To get back here, click on the "back arrow" button of your browser.

  • Stack trace.
    Click here to go back to the main menu.
  • You have reached the End.