InterviewSolution
Saved Bookmarks
| 1. |
What is an exception ? |
|
Answer» An Exception is an abnormal condition that arises in a code sequence at runtime. Error might be because of : • a programming mistake • bad input data • problems in network connectivity • problems in resource allocation |
|