Page 1 of 1

Why do we need to handle exceptions?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) To avoid unexpected behaviour of a program during run-time
b) To let compiler remove all exceptions by itself
c) To successfully compile the program
d) To get correct output