Image Chapter 9 Self Test

1. What class is at the top of the exception hierarchy?

2. Briefly explain how to use try and catch.

3. What is wrong with this fragment?

Image

4. What happens if an exception is not caught?

5. What is wrong with this fragment?

Image

6. Can an inner catch rethrow an exception to an outer catch?

7. The finally block is the last bit of code executed before your program ends. True or False? Explain your answer.

8. What type of exceptions must ...

Get Java, A Beginner's Guide, 5th Edition, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.