Why do we need to handle exceptions?
Posted: Wed Jul 13, 2022 7:52 pm
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
b) To let compiler remove all exceptions by itself
c) To successfully compile the program
d) To get correct output