a) Exceptions are not suitable for critical points in code
b) Exception are suitable for critical points in code
c) Exceptions are used when postconditions of a function cannot be satisfied
d) Throw block should be placed after try block
Meghna MittalBegginer
a
Explanation: 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.