

InterviewSolution
Saved Bookmarks
1. |
Why are runtime errors called exceptions? Give any two examples of exceptions |
Answer» Runtime errors\xa0are also\xa0called exceptions\xa0because they usually indicate that something exceptional (and bad) has happened.Ex - Dividing by 0 | |