A. to
B. with
C. in
D. at
第1题:
A.if(i>10)throwException(“something’swrong!”);
B.if(i>10)throwExceptione(“something’swrong!”);
C.if(i>10)thrownewException(“something’swrong!”);
D.if(i>10)thrownewExceptione("something’swrong!");
第2题:
A. go
B. have gone
C. is going
D. went
第3题:
The word “went” contains two morphemes.()
第4题:
A.going„„stealing
B.going„stole
C.went„stealing
D.went„stole
第5题:
17_______.
A. gone
B. going
C. goes
D. went
第6题:
Java程序中读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。
A.if(I>10)throw Exception(“something’swrong!”);
B.if(I>10)throw Exceptione(“something’swrong!”);
C.if(I>10)thrownew Exception(“something’swrong!”);
D.if(I>10)thrownew Exceptione(“something’swrong!”);