-
Pick out the correct Answer.
-
- Exception are suitable for critical points in code
- Exceptions are not suitable for critical points in code
- Exception are suitable for One points in code
- All of above
- None of these
Correct Option: B
If there is many number of exceptions in the program means, We have to use multiple catch statement and it is hard to keep track of the program.