which
when
whether
since
第1题:
All _____ is sheer nonsense. We must find a way out right now.
A. what has been said
B. the things
C. that has been said
D. of has been said
第2题:
______ has long been well known as a poet who can hardly be classified with the old or the new.
A、Ezra Pound
B、Robert Lee Frost
C、T. S. Eliot
D、Emily Dickinson
第3题:
(A)when
(B) once
(C) which
(D) since
正确答案:D
解答参考:D此题考察句型It has been…since that… 自从……以来有多久了【译文】从铁路建成以来有一个多世纪之久了。
第4题:
第5题:
3下碳程序段的输出结果是( )。 class Test{ public static void main(Srting args[]){ MyThread t=new MyThread(); t.displayOutput("t has been created"); t.start(); } } class MyThread extends Thread{ public void displayOutput(String s){ SYStem.out.println(s); } public void run() { displayOutput("t is running."); } }
A.t has been created.
B.t has been created. t is running.
C.t is running.
D.编译出错
第6题:
下面程序段的输出结果是( )。 class Test{ public s,tatic void main(String args[]){ MyThread t=new MyThread; displayOutput("t has been createD"); start; } } Class MyThread extends Thread{ public void displayOutput(String s){ System.out.println(s); } public void run{ displayOutput("t is running."); } }
A. t has been created.
B.t has been created. t is running.
C.t is running.
D.编译出错
第7题:
下面程序段的输出结果是 class Test{ public static void main(String args[]){ MyThread t=new MyThread(); t.displayOutput("t has been created)); t.start(); } } class MyThread extends Thread{ public void displayOutput(String s){ System.out.println(s); } public void run(){ displayOutput(t is running."); } }
A.t has been created.
B.t has been created. t is running.
C.t is running.
D.编译出错
第8题:
下面程序段的输出结果是______。 class Test{ public static void main(String args[ ]){ MyThread t=new MyThread( ); t.displayOutput("t has been created"); t.start( ); } } class MyThread extends Thread{ public void display Output(String s){ System.out,println(s); } public void run( ){ displayOutput("t is running"); } }
A.t has been created t is running
B.t has been created
C.t is running
D.编译错误
第9题:
第10题: