A、It means "wearing the mask"
B、It means "keeping ideas to herself"
C、It means "telling everyone her bright ideas"
D、It means "agreeing with others’ ideas"
第1题:
classWorkimplementsRunnable{Threadother;Work(Threadother){this.other=other;}publicvoidrun(){try{other.join();}catch(Exceptione){}System.out.print("afterjoin");}}classLaunch{publicstaticvoidmain(String[]args){newThread(newWork(Thread.currentThread())).start();System.out.print("afterstart");}}结果为:()
A.afterjoin
B.afterstart
C.afterjoinafterstart
D.afterstartafterjoin
第2题:
编译和执行以下代码,输出结果是( )。 int i=1; switch (i) { case 0: System.out.print("zero,"); break; case 1: System.out.print("one,"); case 2: System.out.print("two,"); default: System.out.println("default"); }
A.one,
B.one,two,
C.one,two,default
D.default
第3题:
[A] on
[B] from
[C] at
[D] about
第4题:
A.think, Very boring
B.like, Very bored
C.feel, Very bored
D.find, Very boring
第5题:
In some countries, _____ is called "equality" does not really mean equal rights for all people.
(A) which (C) that
(B) what (D) one
选B
这句话貌似定语从句。而实际上,前面的部分就是状语,后半句与countries没有修饰关系(因为1.后半句缺主语,但空格的位置用countries不能替换,否则语义不对。2.后半句不缺宾语。)所以后半句的()is called equality作主语.是主语从句。
在选项中,只有what引导主语从句。
意思:在一些国家里,所谓平等,并不意味着所有公民的平等权利
第6题: