InterviewSolution
Saved Bookmarks
| 1. |
An uncaught handler returns to _______________(a) main function(b) its caller(c) its callee(d) waits there for some time |
|
Answer» Right answer is (c) its callee To explain I would say: Uncaught handler returns to its callee(i.e. the function it is called by). |
|