Exception Handling - English

7731 visits



Outline:

- What is an Exception - Types of Exceptions - Checked Exceptions - Unchecked Exceptions - Explaining ''ArrayIndexOutOfBoundsException'' - Demonstrating Checked Exceptions with example - Handling Exceptions using try-catch blocks - Explaining ''ArithmeticException'' - Demonstrating Unchecked Exceptions with example - Explaining ''FileNotFoundException'' - Usage of finally block - Explaining ''NullPointerException''