-
What is the use of try & catch?
-
- It allows to fix errors
- It prevents automatic terminating of the program in cases when an exception occurs
- It allows us to manually handle the exception
- All of Above
- None of these
Correct Option: D
*It allows to fix errors.
*It prevents automatic terminating of the program in cases when an exception occurs
*It allows us to manually handle the exception