更多“单选题_____A shippingB installationC buildingD compilation”相关问题
  • 第1题:

    Given:Which is true?()

    A.If line 10 is removed, the compilation succeeds.

    B.If line 11 is removed, the compilation succeeds.

    C.If line 12 is removed, the compilation succeeds.

    D.If line 13 is removed, the compilation succeeds.

    E.More than one line must be removed for compilation to succeed.


    参考答案:C

  • 第2题:

    WhenshouldSolutionsAssuranceReviewstakeplace?()

    A.Pre-order,pre-installation

    B.Post-order,pre-installation

    C.Pre-order,postcompletionsign-off

    D.Pre-installation,postcompletionsign-off


    参考答案:A

  • 第3题:

    The agency which assigns load lines and issues Load Line Certificates is the ______.

    A.the Bureau of Shipping

    B.Secretary of Commerce

    C.the Customs

    D.MSA or Coast Guard


    正确答案:A

  • 第4题:

    We are anxious to contact some Indian companies with a view () business relations with them.

    • A、to build
    • B、to building
    • C、for building
    • D、building

    正确答案:B

  • 第5题:

    We have to claim for your delay in()of our order.

    • A、shipping
    • B、shipment
    • C、ship
    • D、deliver

    正确答案:A

  • 第6题:

    At which of the following times should the administrator refer to the HCL?()

    • A、Prior to purchasing hardware
    • B、Before installation
    • C、When installing drivers
    • D、After installation

    正确答案:A

  • 第7题:

    单选题
    Click the Exhibit button. Which statement is true about the classes and interfaces in the exhibit?()
    A

    Compilation will succeed for all classes and interfaces.

    B

    Compilation of class C will fail because of an error in line 2.

    C

    Compilation of class C will fail because of an error in line 6.

    D

    Compilation of class AImpl will fail because of an error in line 2.


    正确答案: B
    解析: 暂无解析

  • 第8题:

    单选题
    class A {   public int getNumber(int a) {   return a + 1;   }   }    class B extends A {   public int getNumber (int a) {   return a + 2   }    public static void main (String args) {   A a = new B();   System.out.printIn(a.getNumber(0));   }   }   What is the result? ()
    A

     Compilation succeeds and 1 is printed.

    B

     Compilation succeeds and 2 is printed.

    C

     An error at line 8 causes compilation to fail.

    D

     An error at line 13 causes compilation to fail.

    E

     An error at line 14 causes compilation to fail.


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    public class SomeException {  } Class a:  public class a {  public void doSomething() { }  } Class b:  public class b extends a {  public void doSomething() throws SomeException { }  }  Which is true about the two classes?()
    A

     Compilation of both classes will fail.

    B

     Compilation of both classes will succeed.

    C

     Compilation of class a will fail. Compilation of class b will succeed.

    D

     Compilation of class a will fail. Compilation of class a will succeed.


    正确答案: A
    解析: 暂无解析

  • 第10题:

    单选题
    Given: Which is true?()
    A

    If line 10 is removed, the compilation succeeds.

    B

    If line 11 is removed, the compilation succeeds.

    C

    If line 12 is removed, the compilation succeeds.

    D

    If line 13 is removed, the compilation succeeds.

    E

    More than one line must be removed for compilation to succeed.


    正确答案: E
    解析: 暂无解析

  • 第11题:

    单选题
    Given: What is the result?()
    A

    The code runs with no output.

    B

    An exception is thrown at runtime.

    C

    Compilation fails because of an error in line 20.

    D

    Compilation fails because of an error in line 21.

    E

    Compilation fails because of an error in line 23.

    F

    Compilation fails because of an error in line 25.


    正确答案: F
    解析: 暂无解析

  • 第12题:

    单选题
    } What is the result?()
    A

     Compilation succeeds and 1 is printed.

    B

     Compilation succeeds and 2 is printed.

    C

     An error at line 8 causes compilation to fail.

    D

     An error at line 14 causes compilation to fail.


    正确答案: D
    解析: 暂无解析

  • 第13题:

    At which of the following times should the administrator refer to the HCL?()

    A. Prior to purchasing hardware

    B. Before installation

    C. When installing drivers

    D. After installation


    参考答案:A

  • 第14题:

    The agency which assigns loadlines and issues Loadline Certificates in US is the ______.

    A.American Bureau of Shipping

    B.Secretary of Commerce

    C.US Customs

    D.USCG


    正确答案:A

  • 第15题:

    Which agency issues a certificate of loading that is evidence that the rules and regulations concerning bulk grain cargoes have been observed ________.

    A.American Bureau of Shipping

    B.Department of Agriculture

    C.National Cargo Bureau

    D.Public Health Service


    正确答案:C

  • 第16题:

    public class SomeException {  } Class a:  public class a {  public void doSomething() { }  } Class b:  public class b extends a {  public void doSomething() throws SomeException { }  }  Which is true about the two classes?() 

    • A、 Compilation of both classes will fail.
    • B、 Compilation of both classes will succeed.
    • C、 Compilation of class a will fail. Compilation of class b will succeed.
    • D、 Compilation of class a will fail. Compilation of class a will succeed.

    正确答案:D

  • 第17题:

    在网络仿真时不是必须使用到的地图信息为()

    • A、Vector
    • B、height
    • C、building
    • D、clutter

    正确答案:C

  • 第18题:

    单选题
    interface foo {   int k = 0;   }    public class test implements Foo (   public static void main(String args) (    int i;   Test test = new test ();   i= test.k;   i= Test.k;   i= Foo.k;   )   )   What is the result? ()
    A

     Compilation succeeds.

    B

     An error at line 2 causes compilation to fail.

    C

     An error at line 9 causes compilation to fail.

    D

     An error at line 10 causes compilation to fail.

    E

     An error at line 11 causes compilation to fail.


    正确答案: D
    解析: 暂无解析

  • 第19题:

    单选题
    Given: What is the result?()
    A

    test

    B

    null

    C

    An exception is thrown at runtime.

    D

    Compilation fails because of an error in line 1.

    E

    Compilation fails because of an error in line 4.

    F

    Compilation fails because of an error in line 5.


    正确答案: B
    解析: 暂无解析

  • 第20题:

    单选题
    Given: What is the result?()
    A

    X, followed by an Exception.

    B

    No output, and an Exception is thrown.

    C

    Compilation fails due to an error on line 14.

    D

    Compilation fails due to an error on line 16.

    E

    Compilation fails due to an error on line 17.


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    What is the result?()
    A

    Compilation succeeds.

    B

    Compilation fails due to multiple errors.

    C

    Compilation fails due to an error only on line 20.

    D

    Compilation fails due to an error only on line 21.

    E

    Compilation fails due to an error only on line 22.

    F

    Compilation fails due to an error only on line 12.


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    At which of the following times should the administrator refer to the HCL?()
    A

     Prior to purchasing hardware

    B

     Before installation

    C

     When installing drivers

    D

     After installation


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    Given: What is the result?()
    A

    B

    B

    The code runs with no output.

    C

    Compilation fails because of an error in line 12.

    D

    Compilation fails because of an error in line 15.

    E

    Compilation fails because of an error in line 18.


    正确答案: A
    解析: 暂无解析

  • 第24题:

    单选题
    What is the result?()
    A

     Compilation succeeds and 1 is printed.

    B

     complication succeeds and 2 is printed.

    C

     An error at line 8 causes compilation to fail.

    D

     An error at line 13 causes complication to fail.

    E

     An error at line 14 causes compilation to fail.


    正确答案: B
    解析: 暂无解析