Home » JAVA Programming » Java Basic » Question
  1. What causes the program to exit abruptly and hence its usage should be minimalistic?
    1. Exit
    2. Catch
    3. Try
    4. Finally
    5. None of these
Correct Option: A

In case of exit, the program exits abruptly hence would never be able to debug the root cause of the issue.



Your comments will be displayed only after manual approval.