【单选题】【消耗次数:1】
_____he speaks softly is no proof that he is kind.
Since
As
That
Because
参考答案:
复制
纠错
相关题目
【单选题】 He speaks English ___ he speaks his mother tongue.
①  so good as
②  as good as
③  so well as
④  as well as
【单选题】 He is so shy that he ____ speaks in the public.
①  often
②  frequently
③  seldom
④  sometimes
【单选题】 His decision was ____, since he could not see the action from where he was standing.
①  arbitrary
②  ordinary
③  casual
④  accurate
【判断题】 Ever since he arrived, he has been complaining constantly about the weather.
①  正确
②  错误
【单选题】 Although only of __________ intelligence, he speaks four languages fluently.
①  average
②  middle
③  mean
④  normal
【单选题】 He would like to view difficulties ____ a kind of challenge.
①  with
②  on
③  of
④  as
【判断题】 A: Tom speaks English very well. B: So he does.
①  正确
②  错误
【单选题】 Because he hadnt finished his assignment, so he continued working in the classroom. Is this a complete sentence?
①  Yes
②  No
【单选题】 Determined to __________ as if everything were normal, he responded with a kind of indifference.
①  carry on
②  account for
③  bring up
④  get through
【单选题】 That young boy couldn’t move because he _______ his leg.
①  breaks
②  broke
③  had broken
随机题目
【单选题】 Java application中的主类需包含main方法,main方法的返回类型是什么?( )
①  int
②  float
③  double
④  void
【单选题】 下面哪一个是合法的数组声明和构造语句( )
①  int[] ages = [100];
②  int ages = new int[100];
③  int[] ages = new int[100];
④  int() ages = new int(100);
【单选题】 下列选项中关于java中super关键字的说法错误的是( )
①  super关键字是在子类对象内部指代其父类对象的引用
②  super关键字不仅可以指代子类的直接父类,还可以指代父类的父类
③  子类可以通过super关键字调用父类的方法
④  子类可以通过super关键字调用父类的属性
【单选题】 设有下面两个赋值语句: a = Integer.parseInt(“12”); b = Integer.valueOf(“12”).intValue(); 下述说法正确的是( )。
①  a是整数类型变量,b是整数类对象。
②  a是整数类对象,b是整数类型变量。
③  a和b都是整数类对象并且值相等。
④  a和b都是整数类型变量并且值相等。
【单选题】 在Java中,456属于( )类的对象。
①  int
②  String
③  Integer
④  Number
【单选题】 Java是从( )语言改进重新设计。
①  Ada
②  C++
③  Pasacal
④  BASIC
【单选题】 编译Java程序的命令是: ( )
①  appletviewer
②  javac
③  java
④  javadoc
【单选题】 下列关于基本数据类型的取值范围的描述中,正确的一个是( ) 。
①  byte 类型的取值范围是-128~128
②  boolean 类型的取值范围是真或假
③  char 类型的取值范围是 0~65536
④  short 类 型 的 取 值 范 围 是 -32767 ~ 32767
【单选题】 以下关于继承的叙述正确的是( )。
①  在Java中类只允许单一继承
②  在Java中一个类只能实现一个接口
③  在Java中一个类不能同时继承一个类和实现一个接口
④  在Java中接口只允许单一继承
【单选题】 以下声明合法的是( )
①  default String s;
②  public final static native int w( )
③  abstract double d;
④  abstract final double hyperbolicCosine( )