Home » JAVA Programming » Exceptions » Question
  1. Which of these clause will be executed even if no exceptions are found?
    1. catch
    2. throw
    3. finally
    4. throws
    5. None of these
Correct Option: C

finally keyword is used to define a set of instructions that will be executed irrespective of the exception found or not.



Your comments will be displayed only after manual approval.