A)
->Exception handling is mechanism of dealing with exceptions and thereby preventing the dangers caused by the exception.
->Making java applications robust is the main goal of exception handling.
->i.e. the java projects are standing capacity against failures in abnormal situations, i.e. called robustness. That is done by implementing the Exception handling.
Comments
Post a Comment