B.
va.lang.RuntimeException
C.
va.lang.IndexOutOfBoundsException
D.
va.lang.ArrayIndexOutOfBoundsException
E.
va.lang.StringIndexOutOfBoundsException
F.
有一个方法X,能够抛出两个异常,Array Index和String Index异常,假定方法X中没有try-catch语句处理这些异常,下面哪个答案是正确的?( )
G.
方法X 应该声明抛弃ArrayIndexOutOfBoundsException和StringIndexOutOfBounds- Exception。
H.
如果调用X的方法捕获IndexOutOfBoundsException,则ArrayIndexOutOfBounds- Exception和StringIndexOutOfBoundsException都可以被捕获。
I.
如果方法X声明抛弃IndexOutOfBoundsException,则调用X的方法必须用try-catch语句捕获。