— Which floor?
— The ___________ floor.[ ]
A. five
B. fifteen
C. fifth
答案:C
It was in the street ______ I met John yesterday.
A.where
B.which
C.that
D.when
给出下列的不完整的方法,则下列的哪个声明可以被加入行①完成此方法的声明 ① ② { success = connect( ); ③ if (success = = - 1 ) { ④ throw new TimedoutException( ) ⑤ } ⑥ }
A.public void method( )
B.public void method( ) throws Exception
C.public void method( ) throw TimedoutException
D.public throw TimedOutException void method( )