【单选题】【消耗次数:1】
25.If you explained the situation to your lawyer, he ______ able to advise you much better than I can.
will be
was
would be
were
参考答案:
复制
纠错
相关题目
【单选题】 []a friend I would advise you to stop smoking at once.
①  As
②  Like
【单选题】 Can I help you with your suitcase?
①  I have no idea
②  No, no. I can carry it myself
③  That’s a good idea
④  Thank you. I can manage myself
【单选题】 You should know better than ____ your little sister at home by herself.
①  to leave
②  leaving
③  to have left
④  left
【单选题】 You should know better than _____your little sister at home by herself.
①  to leave
②  leaving
③  to have left
④  left
【单选题】 When you go to the doctor he asks you to describe your ____ so that he can make a diagnosis (诊断).
①  indications
②  signs
③  symbols
④  symptoms
【单选题】 How much do you ______for this package tour? Can I get a discount?
①  charge
②  change
③  choose
④  chase
【单选题】 A: [填空]. Where was I? B: You were talking about your trip to South Africa.
①  What did I hear
②  Lets back up
③  Lets check in
④  What were you talking about
【判断题】 A: Do you think I can use your computer for one day? B: No you cant.
①  正确
②  错误
【单选题】 As for words which do not often occur in everyday situation, you just need to be able to ____.
①  recognize them
②  nod at them
③  concentrate much on them
④  practice using them constantly
【单选题】 Can I help you with the bag?
①  No, no. I can take it myself
②  Thank you
③  Sorry, you can’t
④  No, I’m all right
随机题目
【单选题】 关于内部类,下列说法不正确的是( )
①  内部类不能有自己的成员方法和成员变量
②  内部类可用 private 或 protected 修饰符修饰
③  内部类可以作为其他类的成员,而且可访问它所在的类的成员
④  除 static 内部类外,不能在类内声明 static 成员
【判断题】 拥有abstract方法的类是抽象类,但抽象类中可以没有abstract方法。
①  正确
②  错误
【判断题】 Java语言会自动回收内存中的垃圾。
①  正确
②  错误
【判断题】 char[] str=abcdefgh;
①  正确
②  错误
【判断题】 char[] chrArray={ a, b, c, d, e, f, g};char chr=chrArray[6];
①  正确
②  错误
【判断题】 调用this 或super构造方法的语句必须放在第一条语句。
①  正确
②  错误
【单选题】 设x为float型变量,y为double型变量,a为int型变量,b为long型变量, c为char型变量,则表达式x+y*a/x+b/y+c的值为( )类型。
①  int
②  long
③  double
④  char
【单选题】 下面声明数组的写法错误的是( )。
①  int a[ ];
②  int[ ] a;
③  int[3][ ] a;
④  int[ ][3] a;
【判断题】 Java程序里,创建新的类对象用关键字new,回收无用的类对象使用关键字free。
①  正确
②  错误
【判断题】 int i,j;boolean booleanValue=(i==j);
①  正确
②  错误