Which of these keywords are used for the block to handle the exceptions generated by try block?
(a) try
(b) catch
(c) throw
(d) check
The question was posed to me during an internship interview.
My question comes from Try & Catch topic in division Exception Handling of Java