Exceptions
-
The first exception example,
exception
thrown in main when no commandline arguments are given.
- Second Example, trowing exceptions in
methods, including a finally. Make sure you know the order the print
statements will execute.
- Another example