Which of these keywords must be used to handle the exception thrown by try block in some rational manner?
(a) try
(b) finally
(c) throw
(d) catch
This question was posed to me by my school teacher while I was bunking the class.
Enquiry is from Exceptional Handling Basics topic in section Exception Handling of Java