下面抛出异常语句正确的是()。


下面抛出异常语句正确的是()。

A.throws new ArrayIndexOutOfBoundsException(“数组访问下标越界啦“);

B.throw new ArrayIndexOutOfBoundsException(“数组访问下标越界啦“);

C.throwArrayIndexOutOfBoundsException;

D.throwsArrayIndexOutOfBoundsException;

正确答案:throw new ArrayIndexOutOfBoundsException(“数组访问下标越界啦“);


Tag:Java面向对象程序设计 下标 数组 时间:2022-01-25 15:24:34