Home » JAVA Programming » Exceptions » Question
  1. Which of these keywords are used for the block to handle the exceptions generated by try block?
    1. check
    2. throw
    3. try
    4. catch
    5. None of these
Correct Option: D

catch



Your comments will be displayed only after manual approval.