3.9. Review Questions - Exceptions¶
Explain why it is often better to let exceptions occur and handle them rather than trying to avoid them.
Describe the two things that happen when an exception occurs.
How does the stack trace help in debugging a Java program?
Compare the terms “syntax errors” and “exceptions” in the context of when they occur during program execution.