+1 vote
in JAVA by

What are the Advantages of Exception handling?

Given below are the advantages:

  • The normal flow of the execution won’t be terminated if exception got handled
  • We can identify the problem by using catch declaration
...