Page 1 of 1

What is the use of try & catch?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) It allows us to manually handle the exception
b) It allows to fix errors
c) It prevents automatic terminating of the program in cases when an exception occurs
d) All of the mentioned