InterviewSolution
Saved Bookmarks
| 1. |
What is an exception? |
|
Answer» An exception can be considered as a special event, which is RAISED during the execution of a program at runtime, that brings the execution to a halt. The reason for the exception is mainly DUE to a POSITION in the program, where the user wants to do something for which the program is not SPECIFIED, like UNDESIRABLE input. |
|