更多“A: Excuse me, can I smoke here? B: No.() ”相关问题
  • 第1题:

    The house rent is expensive.I’ve got about half the space I had at home and I'm paying ( ) here.

    A、three times as much

    B、as much three times

    C、much as three times

    D、as three times much


    参考答案:A

  • 第2题:

    现有:publicclassTestDemo{privateintX-2;staticinty=3;publicvoidmethod(){finalinti=100;intj=10;classCinner{publicvoidmymethod(){//Here}}}}在Here处可以访问的变量是哪些?()

    A.X

    B.y

    C.j

    D.i


    参考答案:A, B, D

  • 第3题:

    设有类定义如下:

    class Base{

    public Base(int i){}

    }

    public class MyOver extends Base{

    public static void main(String arg[]){

    MyOver m = new MyOver(10);

    }

    MyOver(int i){

    super(i);

    }

    MyOver(String s, int i){

    this(i);

    //Here

    }

    }

    以下哪条语句可以安排在//Here处 ?

    A.MyOver m = new MyOver();

    B.super();

    C.this("Hello",10);

    D.Base b = new Base(10);


    正确答案:D

  • 第4题:

    I'd never achieve my dreams ______ here.

    A: working

    B: worked

    C: work

    D: to work


    参考答案:A

  • 第5题:

    If any beasts comes at you, I()stay with you and help you.

    A、am going to

    B、will

    C、can


    正确答案:B

  • 第6题:

    If he had really been there, I ___________ have seen him

    A.will
    B.shall
    C.should
    D.can

    答案:C
    解析:
    考查应拟语气。根据if条件从句中的had really been there可知,这是与过去事实相反的虚拟语气.因此从句谓语动词用had+过去分词的形式,主句谓语动词用would/should/could/might+have+过去分词的形式。故C项正确。