Home » JAVA Programming » Exceptions » Question
  1. Which of the following keywords is used for throwing exception manually?
    1. catch
    2. throw
    3. try
    4. finally
    5. None of these
Correct Option: B

“throw’ keyword is used for throwing exception manually in java program. User defined exceptions can be thrown too.



Your comments will be displayed only after manual approval.