Exception handling provides the following advantages over "traditional" error management techniques::exception Handling mechanism is used to execute the program even though errors are existing in it.it also used to show the non technical messages on the screen.these non technical messages are very useful to non technical peoples also :it is like filtering all the errors apart into the section where exception is being implemented and more shortly ,the errors which are existing which are responsible for the program not to be run is put in the exception handling part
Category:Core Java Interview Questions
No comments:
Post a Comment