A. loose
B. rise
C. ease
D. free
第1题:
A、where
B、why
C、when
第2题:
第3题:
I ()supper when I()someone knocking at the door.
A、made . . . Heard
B、made . . .was heard
C、was making . . . was hearing
D、was making . . . heard
第4题:
A.show...for
B.pay...for
C.have...for
D.show...to
第5题:
A.did
B. got
C. passed
D. made
第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!”);