【单选题】如果你不知道某个英语单词的意思,你应该如何询问?
B.
What's the English for?
C.
What's the meaning of...?
【单选题】It's not good _____ loudly in class. [ ]
【单选题】行政事业单位固定资产通用设备的价值标准为( )元
【单选题】The teacher told us __________loudly in the library. [ ]
【单选题】The students ______ not to talk loudly in the reading-room.
【单选题】有一个接口定义如下: interface A { int method1(int i) int method2(int j) } 那么下面各项中实现了该接口并且不是抽象类的是( )。
A.
class B implements A { int method1(){} int method2(){} }
B.
class B { int method1(int i){} int method2(int j){} }
C.
class B implements A { int method1(int i){} int method2(int j){} }
D.
class B extends A { int method1(int i){} int method2(int j){} }
【单选题】_______ talk loudly on the phone! [ ]
【单选题】Don't ___ _ loudly in the classroom. [ ]
【单选题】下面各项( )是实现了Collection接口的类