Exception Handling in Java is a very powerful capability. Exception Handling allows us to check input, verify if files exist, precent division by zero, prevent array out of bounds, and a whole host of other things.
What are some of the more popular exception handling uses?
Provide a problem and how exception handling can be used to solve the problem. You don't need to be overly detailed, just make sure you could use exception handling to solve it.