InterviewSolution
Saved Bookmarks
| 1. |
Where exception are handled?(a) inside the program(b) outside the regular code(c) both inside or outside(d) main program |
|
Answer» Correct answer is (b) outside the regular code The explanation: Exception are handled outside the regular code. |
|