Java Programming - Exception Handling

profileemmy22
discussion_question.txt

Exception Handling Exception Handling in Java is a very powerful capability. Exception Handling allows us to check input, verify if files exist, prevent 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? Describe a problem and how exception handling can be used to solve it. Write Java code to illustrate your point. You don't need to be overly detailed, just make sure you could use exception handling to solve it.