Home » JAVA Programming » Exceptions » Question
  1. Which of these keywords is used to generate an exception explicitly?
    1. catch
    2. throw
    3. finally
    4. try
    5. None of these
Correct Option: B

throw



Your comments will be displayed only after manual approval.