下列类中,在catch中同时进行捕捉时,()异常类应该最后列出。

分类: 初级Java开发工程师 发布时间: 2023-11-03 11:08 浏览量: 1

下列类中,在catch中同时进行捕捉时,()异常类应该最后列出。

A.ArithmeticException

B.NumberFormatException

C.Exception

D.ArrayIndexOutOfBoundsException

正确答案是C