InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords are used for the block to handle the exceptions generated by try block?(a) try(b) catch(c) throw(d) checkThe question was posed to me during an internship interview.My question comes from Try & Catch topic in division Exception Handling of Java |
|
Answer» RIGHT ANSWER is (B) catch Easiest EXPLANATION: NONE. |
|