InterviewSolution
Saved Bookmarks
| 1. |
What will happen when a programs throws any other type of exception other than specified?(a) terminate(b) arise an error(c) run(d) throw |
|
Answer» Right choice is (b) arise an error To explain I would say: Because there is no way defined to catch that exception and as we know if an exception is not caught then error arises. |
|