InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords must be used to monitor for exceptions?(a) try(b) finally(c) throw(d) catchI have been asked this question by my school teacher while I was bunking the class.My query is from Exceptional Handling Basics in section Exception Handling of Java |
|
Answer» The CORRECT OPTION is (a) try |
|