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

Best explanation: Exceptional handling is managed via 5 KEYWORDSTRY, CATCH, THROWS, throw and finally.



Discussion

No Comment Found

Related InterviewSolutions