Introduction to Exceptions

Objectives

We would like to :
  1. Understand what exceptions are
  2. Understand the mechanism for handling exceptions in Java.
  3. Write a simple program that handles exceptions
  4. Discuss the use of try-catch and exceptions.

Notes