previous |
start |
next
The finally Clause
- Executed when try block comes to normal end
- Executed if a statement in try block throws an
exception, before exception is thrown out of try
block
- Can also be combined with catch clauses
previous |
start |
next