–I can’t sleep well recently.–() A、Me, too.B、You work too hard.C、Why don’t you talk to your doctor?D、Why bother?

–I can’t sleep well recently.–()

A、Me, too.

B、You work too hard.

C、Why don’t you talk to your doctor?

D、Why bother?


相关考题:

I will call you before I go. Well, I've got to run.- ____________________________ A.I'm pleased to meet you.B.Yes, you can leave if you like.C.Oh, no, you can't.D.All right. Hope to see you soon.

“Must I finish my homework now?” “No, you() . But you() finish it this evening. ” A. mustn’ t…mustB. needn’ t…mustC. can’ t…canD. can’ t…must

( 28 )请阅读下面程序public class ThreadTest {public static void main ( String args[ ]) throws Exception {int i=0;Hello t = new Hello ();___________;whlle ( true ){System.out.println ( "Good Morning"+i++ ) ;if ( i=2 && t.isAlive ()){System.out.println ( "Main waiting for Hello ! ” );tjoin () ; // 等待 t 运行结束}if ( i==5 ) break :}}}class Hello extends Thread {int i ;public void run ()笼while ( true ){System.out.println ( "Hello"+i++ ) ;if ( i=5 ) break ;}}}为使该程序正确执行,下划线处的语句应是A ) t.sleep ()B ) t.yieldn ()C ) t.interrupt ()D ) t.start ()

请阅读下面程序 public class ThreadTest { public static void main(String args[]) throws Exception{ int i=0; Hello t=new Hello(); while(true) { System.out.println("Good Moming"+i++); if (i==2 t.isAlive()) { System. out.println("Main waiting for Hello!"); t.join(); //等待t运行结束 } if(i==5) break;} } } class Hello extends Thread { int i; public void run() { while(true){ System.out.println("Hello"+i++); if (i==5) break;}}} 为使该程序正确执行,下划线处的语句应是A.t.sleep()B.t.yield()C.t.interrupt()D.t.start()

-Well, Mary, how are you? -(). A、I’m goodB、I’m pleasedC、I’m fineD、I’m nice

--Your phone number again? I _______ quite catch it. A.don'tB.can'tC.couldn'tD.didn't

The price you quoted is so high that we () help ()this transaction.A、can…to cancelB、can't...cancelingC、can…cancelingD、can't…to cancel

"Got your plans for the weekend, Bill?" "Well, I had planned to go to London, but I _____ afford the train fare."A、canB、can'tC、mayD、might

请阅读下面程序 publicclassThreadTest{ publicstaticvoidmain(Stringargs[])throwsException{ inti=0; Hellot=newHello(); ______, while(true){ System.out.println("GoodMoming"+i++); if(i==2t.isAlive()){ System.out.println("MainwaitingforHello!"); t.join();//等待t运行结束 } if(i==5)break;} } } classHelloextendsThread{ inti; publicvoidrun(){ while(true){ System.out.println("Hello"+i++); if(i==5)break;}}} 为使该程序正确执行, 下划线处的语句应是( )。A.t.sleep()B.t.yield()C.t.interrupt()D.t.start()

---- Look! The man at the gate ________ be our headmaster. He is always standing there every morning.--- - No, it ________ be him. He is holding a meeting in the office now.A.must, can’t B.must, mustn’t C.can’t, can’t D.can’t, mustn’t