Computer Science, asked by thaakshine2000, 22 hours ago

write short notes on exception handling with example 10 point​

Answers

Answered by Anonymous
1

 \sf{Answer}

  • Exception handling ensures that the flow of the program doesn't break when an exception occurs. For example, if a program has bunch of statements and an exception occurs mid way after executing certain statements then the statements after the exception will not execute and the program will terminate abruptly.

 \sf{Answer\:by\:UnicornRahuL}

Answered by aradhyasingla541
1

Answer:

In computing and computer programming, exception handling is the process of responding to the occurrence of exceptions - anomalous or exceptional conditions requiring special processing during the execution of a program.

Similar questions