InterviewSolution
Saved Bookmarks
| 1. |
What is meant by exception handling? |
|
Answer» No one wants its software to fail or crash. Exceptions are the major REASON for software failure. The exceptions can be handled in the program beforehand and prevent the execution from stopping. This is known as exception HANDLING. |
|