下列代码中给出正确的在方法体内抛出异常的是()。

8 查阅

下列代码中给出正确的在方法体内抛出异常的是()。

A.newthrowException("");

B.thrownewException("");

C.throwsIOException();

D.throwsIOException;

参考答案:

答案:B