If an application is written to filter several exceptions including Exception, DivideByZeroException, and ArithmeticException, in what order

Question:

If an application is written to filter several exceptions including Exception, DivideByZeroException, and ArithmeticException, in what order should they be listed?

a. Exception, DivideByZeroException, then ArithmeticException

b. Exception, ArithmeticException, then DivideByZeroException

c. DivideByZeroException, Exception, then ArithmeticException

d. DivideByZeroException, ArithmeticException, then Exception

e. It does not matter.

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

Step by Step Answer:

Question Posted: