【单选题】【消耗次数:1】
[填空] a surprise!
What
how
when
that
参考答案:
复制
纠错
相关题目
【判断题】 新闻六要素包括:what who when where why how。
①  正确
②  错误
【单选题】 My grandfather had suffered from cancer for two years. It was no surprise when I was told that he had _____.
①  passed off
②  passed away
③  passed by
④  passed over
【单选题】 How can you keep the machine ()when you are away?
①  run
②  to run
③  running
④  being run
【单选题】 5.It is not how much you read but what you read that really _________.
①  counts
②  loses
③  argues
④  widens
【简答题】 Who was the old man? And what was he doing when they saw him?
【判断题】 新闻5要素包括who、what、when、why 、where
①  正确
②  错误
【单选题】 I like the freedom of deciding where ( ) ,what to do and how long to stay.
①  goes
②  be going
③  to go
④  go
【单选题】 We are interested in the weather because it __________ us so directly --- what we wear, what we do, and even how we feel.
①  benefits
②  affects
③  guides
④  effects
【单选题】 A: How are you doing?B: [填空].
①  Good night
②  Not so bad. And you?
③  I m pleased.
④  How do you do?
【单选题】 How much [填空] that pants?
①  are
②  is
③  cost
④  costs
随机题目
【单选题】 为AB类的一个无形式参数无返回值的方法method书写方法头,使得使用类名AB作为前缀就可以调用它,该方法头的形式为( )。
①  static void method( )
②  public void method( )
③  final void method( )
④  abstract void method( )
【单选题】 下列运算符合法的是( )
①  &&
②  <>
③  if
④  :=
【单选题】 欲构造ArrayList类的一个实例,此类继承了List接口,下列哪个方法是正确的?( )
①  ArrayList myList=new Object();
②  List myList=new ArrayList();
③  ArrayList myList=new List();
④  List myList=new List();
【单选题】 下面关于方法的说法,不正确的是( ) 。
①  Java 中的构造方法名必须和类名相同
②  方法体是对方法的实现,包括变量声明和合法语句
③  如果一个类定义了构造方法,也可以用该类的默认构造方法
④  类的私有方法不能被其他类直接访问
【单选题】 以下对重载描述错误的是( )
①  方法重载只能发生在一个类的内部
②  构造方法不能重载
③  重载要求方法名相同,参数列表不同
④  方法的返回值类型不是区分方法重载的条件
【单选题】 编译一个定义了 3 个类和 10 个方法的 Java 源文件后,会产生( D )个字节码文件?扩展名是( )?
①  13 个字节码文件,扩展名为.class
②  1 个字节码文件,扩展名为.class
③  3 个字节码文件,扩展名为.java
④  3 个字节码文件,扩展名为.class
【单选题】 System.out.println(5 + 2);的输出结果应该是( )。
①  52
②  7
③  2
④  5
【单选题】 下列选项中,不属于 Java 语言特点的一项是( ) 。
①  分布式
②  安全性
③  编译执行
④  面向对象
【单选题】 以下对抽象类的描述正确的是( )
①  抽象类没有构造方法
②  抽象类必须提供抽象方法
③  有抽象方法的类一定是抽象类
④  抽象类可以通过new关键字直接实例化
【单选题】 下列哪个是合法的Java标识符?( )
①  Tree&Glasses
②  FirstJavaApplet
③  *theLastOne
④  273.5