+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

Related questions

+1 vote
asked May 24, 2019 in JAVA by rajeshsharma
+1 vote
asked May 24, 2019 in JAVA by rajeshsharma
...