You are on page 1of 1

Object Oriented Programming – Unit 5 Exceptions

Diagnosis

1. What is an exception?
2. When does an exception occur?
3. What are the 3 actions associated with an
exception?
4. Where are the exceptions defined?
5. Can the programmer define his own exceptions?
6. What is the reserved word throw used for?
7. What is the reserved word throws used for?
8. What is a try block?
9. How many catch blocks could be associated with a
try block?
10. What kind of instructions can the programmer use
instead of handling exceptions?

You might also like