Exception Handling Assignment
1. Explain the difference between a Java error and a Java exception.
2. List the two kinds of exceptions in Java. Include an example of each.
3. For which kind exception should programmers always write exception handlers?