April 9, 2020
Introduction to Exception Handling
An exception is an error that disrupts the normal flow of execution of the code. Mainly there are two types of errors: Compile-time errors Runtime errors Compile-time errors are further classified into two types.