InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords are used for the block to be examined for exceptions?(a) try(b) catch(c) throw(d) checkI got this question by my college director while I was bunking the class.This key question is from Try & Catch in division Exception Handling of Java |
|
Answer» Right CHOICE is (a) TRY |
|