Home » JAVA Programming » Exceptions » Question
  1. Which of these keywords is not a part of exception handling?
    1. catch
    2. finally
    3. try
    4. thrown
    5. None of these
Correct Option: D

Exceptional handling is managed via 5 keywords – try, catch, throws, throw and finally.



Your comments will be displayed only after manual approval.