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

try is used for the block that needs to checked for exception.



Your comments will be displayed only after manual approval.