InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords are used for generating an exception manually?(a) try(b) catch(c) throw(d) checkI had been asked this question by my college professor while I was bunking the class.The above asked question is from Try & Catch in division Exception Handling of Java |
|
Answer» RIGHT CHOICE is (C) throw The EXPLANATION: NONE. |
|