【单选题】【消耗次数:1】
25. I can’t go—for one thing, I have no money, and ___, I have too much work.
what’s more 
as well 
for another 
in addition
参考答案:
复制
纠错
相关题目
【单选题】 19._____ all this work and so little sleep at night, I don’t think I can go on much longer.
①  What about
②  What if
③  What with
④  What for
【单选题】 The apple?tastes good. Can I have another[填空]??
①  ones
②  thing
③  apples
④  one
【单选题】 _______I like most is_______I can have a party after work.
①  That,that
②  What, that
③  What, what
【单选题】 I haven’t read ____ of his books, but judging from the one I have read I think he’s a very promising writer.
①  any
②  none
③  both
④  either
【单选题】 8.Do you have any idea what he meant? I really can’t ______ what he said at this morning’s meeting.
①  figure on
②  figure out
③  find out
④  find
【单选题】 Do you have any ice? I am used to have a nightcap before I go to bed.What is the meaning of the word “nightcap”?
①  沐浴
②  夜读
③  夜宵
④  睡前饮料
【单选题】 28. I have no intention ________ lending Dan any more money.
①  to
②  in
③  for
④  of
【单选题】 I always ____ what I have said.
①  get to
②  hold to
③  lead to
④  see to
【单选题】 Can I have the records [填空] I lent you?
①  that
②  whom
③  those
④  whose
【单选题】 Can I have a look at your passport?
①  It is here
②  Here is it
③  Here you are
④  No, you can’t
随机题目
【单选题】 以下负责建立与数据库连接的是( )
①  Statement
②  PreparedStatement
③  ResultSet
④  DriverManager
【单选题】 下列说法中错误的一项是( )。
①  在实际编程中,一般使用的是 Component 类的子类
②  在实际编程中,一般使用的是 Container 类的子类
③  Container 类是 Component 类的子类
④  容器中可以放置构件,但是不能够放置容器
【单选题】 给出下面程序代码: byte[] a1, a2[]; 32 byte a3[][]; byte[][] a4; 下列数组操作语句中哪一个是不正确的?( )
①  a2 = a1
②  a2 = a3
③  a2 = a4
④  a3 = a4
【单选题】 关于线程设计,下列描述正确的是( )
①  线程对象必须实现Runnable接口
②  启动一个线程直接调用线程对象的run()方法
③  Java提供对多线程同步提供语言级的支持
④  一个线程可以包含多个进程
【单选题】 在Java中,JDBCAPI定义了一组用于与数据库进行通信的接口和类,它们包括在( )包中。
①  java.lang
②  java.sql
③  java.util
④  java.math
【单选题】 下列程序执行的结果是( ) 。 public class X7_1_6 { public static void main(String[] args) { try{ return; } finally{ System.out.println(Finally); } } }
①  程序正常运行,但不输出任何结果
②  程序正常运行,并输出 Finally
③  编译通过,但运行时出现异常
④  因为没有 catch 子句,因此不能通过编译
【单选题】 关于内部类,下列说法不正确的是( )
①  内部类不能有自己的成员方法和成员变量
②  内部类可用 private 或 protected 修饰符修饰
③  内部类可以作为其他类的成员,而且可访问它所在的类的成员
④  除 static 内部类外,不能在类内声明 static 成员
【判断题】 拥有abstract方法的类是抽象类,但抽象类中可以没有abstract方法。
①  正确
②  错误
【判断题】 Java语言会自动回收内存中的垃圾。
①  正确
②  错误
【判断题】 char[] str=abcdefgh;
①  正确
②  错误