在异常类中,ArithmeticException继承RuntimeException类,RuntimeException类继承Exception类。如果要进行异常捕捉,正确的catch捕捉顺序是()
A.ArithmeticException、RuntimeException、Exception B.Exception、ArithmeticException、RuntimeException C.RuntimeException、Exception、ArithmeticException D.RuntimeException、ArithmeticException、Exception正确答案A