In the following list, indicate whether each option is a viable option for an unchecked exception that

Question:

In the following list, indicate whether each option is a viable option for an unchecked exception that you know your program might throw:

a) Ignore it.

b) Rewrite the code so that the exception never occurs.

c) Put it in a try block, and catch it in a following catch block.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: