InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords are used for generating an exception manually?(a) try(b) catch(c) throw(d) check |
|
Answer» Right choice is (c) throw The explanation: None. |
|