Definition of Exception Handling
What is exception handling?
Answers
Answered by
5
Exception handling is the routine/procedure to be executed when a processor exception occurs or when a user defined exception occurs during the execution of program instructions.
Exception handling is the process through which the special routines are executed when exceptions occur like divide by zero or using null for addressing memory.
Exception handling is the process through which the special routines are executed when exceptions occur like divide by zero or using null for addressing memory.
Similar questions