Home » JAVA Programming » Exceptions » Question
  1. When does Exceptions in Java arises in code sequence?
    1. Can Occur Any Time
    2. Run Time
    3. Compilation Time
    4. All of above
    5. None of these
Correct Option: B

Exceptions in Java are run-time errors.



Your comments will be displayed only after manual approval.