【单选题】【消耗次数:1】
The fact ________ that we are behind the other classes.
seems to be
must be
remains
take
参考答案:
复制
纠错
相关题目
【单选题】 The fact ________ that we are behind the other classes.
①  seems to be
②  looks to be
③  remains
④  talk
【单选题】 The fact remains  () we are behind many others.
①  that
②  why
③  where
④  how
【判断题】 A: Must I take a taxi? B: No, you must not. You can take a bus.
①  正确
②  错误
【单选题】 Must I take a taxi?No, you _______. You can take my car.
①  had better to
②  don’t
③  must not
④  don’t have to
【单选题】 A: Must I take a train? B: No, you [填空]. You can take a plane.
①  dont
②  must not
③  dont have to
④  can not
【单选题】 We must remain() of Internet information.
①  worth
②  skeptical
③  skepticism
④  skeptically
【单选题】 We must____________ the truth of the matter.
①  call out
②  pick out
③  go out
④  find out
【单选题】 _________ the regular classes, you can also attend many different seminars and take part in many extracurricular activities.
①  Except for
②  Including
③  Apart from
④  Included
【单选题】 _________ the regular classes, you can also attend many different seminars and take part in many extracurricular activities.
①  Except for
②  Including
③  Apart from
④  with
【单选题】 A: We had a trip to China this summer. B: [填空] A: Yes, we did. In fact, we even encountered a lion.
①  Didnt you?
②  How did it go?
③  I guess you did.
④  I bet you had a great time.
随机题目
【单选题】 若要删除一个文件,应该使用下列哪个类的实例( )。
①  RandomAccessFile
②  File
③  FileOutputStream
④  FileReader
【单选题】 在try-catch-finally语句块中,以下可以单独与finally一起使用的是( )
①  catch
②  try
③  throws
④  throw
【单选题】 以下哪个方法用于定义线程的执行体? ( )
①  start()
②  init()
③  run()
④  synchronized()
【单选题】 关于异常(Exception),下列描述不正确的是( )
①  异常的基类为Exception,所有异常都必须直接或者间接继承它
②  异常可以用try{ . . .}catch(Exception e){ . . .}来捕获并进行处理
③  如果某异常继承RuntimeException,则该异常可以不被声明
④  异常可以随便处理,而不是抛给外层的程序进行处理
【单选题】 以下对异常的描述不正确的有( )
①  异常分为Error和Exception
②  Throwable是所有异常类的父类
③  Exception是所有异常类父类
④  Exception包括RuntimeException和RuntimeException之外的异常
【判断题】 6.当线程类所定义的run( )方法执行完毕,线程的运行就会终止。( )
①  正确
②  错误
【判断题】 4.Java系统的标准输入对象是System.in,标准输出对象有两个,分别是标准输出System.out和标准错误输出System.err。( )
①  正确
②  错误
【判断题】 5.对象串行化机制是指将程序中对象的状态转化为一个字节流,存储在文件中。( )
①  正确
②  错误
【判断题】 7.线程的启动是通过引用其start()方法而实现的。( )
①  正确
②  错误
【判断题】 5.Java虚拟机(JVM)中的线程调度器负责管理线程,调度器把线程的优先级分为10个级别,分别用Thread类中的类常量表示。每个Java线程的优先级都在常数1和10之间,即Threa@@MIN_PRIORITY和Threa@@MAX_PRIORITY之间。如果没有明确地设置线程的优先级别,每个线程的优先级都为常数8。( )
①  正确
②  错误