InterviewSolution
Saved Bookmarks
| 1. |
Which of these keywords is not a part of exception handling?(a) try(b) finally(c) thrown(d) catchI got this question in an interview for internship.Enquiry is from Exceptional Handling Basics topic in division Exception Handling of Java |
|
Answer» Correct answer is (c) thrown |
|