QUESTION 1: An exception (as distinct from an Exception) is: a failure of code that handles the “normal cases” a circumstance that a programmer chooses to handle outside the code that handles “normal cases” a circumstance that cannot be handled by code for the “normal cases” an extremely rare event any special case that is a circumstance that the programmer has to handle

LANGUAGE: JAVA

CHALLENGE:

QUESTION 1:

An exception (as distinct from an Exception) is:

a failure of code that handles the “normal cases”
a circumstance that a programmer chooses to handle outside the code that handles “normal cases”
a circumstance that cannot be handled by code for the “normal cases”
an extremely rare event
any special case that is a circumstance that the programmer has to handle

SOLUTION:

a circumstance that a programmer chooses to handle outside the code that handles "normal cases"