Catch keyword is used for the block to handle the exceptions generated by try block - Core Java
Q. Which keyword is used for the block to handle the exceptions generated by try block? - Published on 17 Jul 15a. Catch
b. Final
c. throw
d. try
ANSWER: Catch