下列类中,在catch中同时进行捕捉时,()异常类应该最后列出。
A.ArithmeticException
B.NumberFormatException
C.Exception
D.ArrayIndexOutOfBoundsException
正确答案是C