未知题型
对数据进行处理时应该用异常处理机制,最常用到的异常类是______________。
- A.ArithmeticException
B.ArrayIndexOutOfBoundsException
C.ArrayStoreException
D.IndexOutOfBoundsException
【参考答案】
:B
点击查看答案
相关考题
-
未知题型
___________是Java的保留字?
A.shorts
B.new
C.Int
D.Public -
单项选择题
Unicode编码采用()位bit。
A.8
B.32
C.64
D.16 -
未知题型
设a为布尔型变量,合法的赋值是__________。
A.A=“true”
B.a=t
C.A=True
D.a=true