网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
A truck doesn’ t run as() as a car.

A. fast

B. quick

C. faster

D. quickly


参考答案

更多 “ A truck doesn’ t run as() as a car. A. fastB. quickC. fasterD. quickly ” 相关考题
考题 This is the deck cargo. ________ stow it in the holdsA.NotB.Can’tC.Doesn’tD.Don’t

考题 ________ stand her.It’s dangerous.A.NoB.NotC.Don’tD.Doesn’t

考题 3.Jack _______like baseball ________volleyball.A. don't ; orB. doesn't ; orC.don't ;andD.doesn't ;and

考题 She_____ answer my phone call yesterday.A. doesn'tB. didn'tC. wasn't

考题 She likes playing the violin , but he() A.is notB.don'tC.doesn't

考题 The little girl _____ sing before so many people, _____ she?A. doesn’t dare to; dareB. dares not; dareC. daren’t; doesD. daren’t; dare

考题 classThreadBothextendsThreadimplementsRunnable{publicvoidrun(){System.out.print(hihi);}publicstaticvoidmain(String[]args){Threadt1=newThreadBoth();Threadt2=newThread(t1);t1.run();t2.run();}}结果为:()A.hiB.hihiC.编译失败D.代码运行,但无输出结果

考题 publicclassThreads3implementsRunnable{publicvoidrun(){System.out.print(”running”);}publicstaticvoidmain(String[]args){Threadt=newThread(newThreads3());t.run();t.run();t.start();}}Whatistheresult?() A.Compilationfails.B.Anexceptionisthrownatruntime.C.Thecodeexecutesandprints“running”.D.Thecodeexecutesandprints“runningrunning”.E.Thecodeexecutesandprints“runningrunningrunning”.

考题 4. The meeting ______ begin ______ the last man came.A. didn’t ;untilB. not; untilC. doesn’t; untilD. will; until

考题 当一个线程t调用start后,即Threadtest t=new Threadtest().start,下面哪种描述是正确的 ()A.该t线程立即开始执行run方法B.该t线程执行完了run方法C.该t线程处于不可运行状态,没有执行run方法D.该t线程处于可运行状态,还没有执行run方法