Oops 3
Oops 3
• When we try to open a file that does not exist may lead to an exception.
• When the user enters invalid input data, it may lead to an exception.
• When a network connection has lost during the program execution may lead to
an exception.
• When we try to access the memory beyond the allocated range may lead to an
exception.
Types of Exception