【单选题】【消耗次数:1】
Air is very important, _________ we cannot live any more.
without that
no which
where
without which
参考答案:
复制
纠错
相关题目
【单选题】 Without air, there __________ no living things.
①  will be
②  would be
【单选题】 Man________die without air or water.
①  will
②  have to
③  must
④  should
【单选题】 15.Man _____ die without air or water.
①  will
②  have to
③  must
④  should
【单选题】 He told me how he had given me shelter and protection without which I __________ of hunger.
①  would be died
②  would die
③  would have died
④  will die
【单选题】 He left home without ______ any message to his parents.
①  leaving
②  leave
【单选题】 We could ask someone to do the work privately without it __________.
①  know
②  be known
③  being known
④  to be known
【单选题】 They live in a house whose door[填空]which opens to the south.
①  for
②  of
③  in
④  with
【单选题】 We ran to the trees, we couldnt see any more monkeys.
①  but
②  for
③  so
④  and
【单选题】 Without his timely help, we _____ all these in such a short period of time.
①  dont accomplish
②  have not accomplished
③  should not accomplish
④  would not have accomplished
【单选题】 I think [填空] maths is more important than any other subject.
①  the
②  a
③  an
④  /
随机题目
【判断题】 class是定义类的惟一关键字。
①  正确
②  错误
【判断题】 String str=abcedf; int length=str.length;
①  正确
②  错误
【判断题】 int[] intArray[60];
①  正确
②  错误
【判断题】 对象可作方法参数,对象数组不能作方法参数。
①  正确
②  错误
【判断题】 Java语言中,构造方法是不可以继承的。
①  正确
②  错误
【单选题】 关于以下程序代码的说明正确的是( ) 1.class HasStatic{ 2. private static int x=100; 3. public static void main(String args[ ]){ 4. HasStatic hs1=new HasStatic( ); 5. hs1.x++; 6. HasStatic hs2=new HasStatic( ); 7. hs2.x++; 8. hs1=new HasStatic( ); 9. hs1.x++; 10. HasStati@@x- -; 11. System.out.println(“x=”+x); 12. } 13. }
①  5行不能通过编译,因为引用了私有静态变量
②  10行不能通过编译,因为x是私有静态变量
③  程序通过编译,输出结果为:x=103
④  程序通过编译,输出结果为:x=102
【判断题】 说明或声明数组时不分配内存大小,创建数组时分配内存大小。
①  正确
②  错误
【判断题】 构造函数用于创建类的实例对象,构造函数名应与类名相同,返回类型为void。
①  正确
②  错误
【判断题】 类中说明的方法可以定义在类体外。
①  正确
②  错误
【判断题】 Java语言中,所创建的子类都应有一个父类。
①  正确
②  错误