String[] elements={"for","tea","too"};String first=(elements.length>0)?elements[0]null;What is the result?()A.Compilation fails.B.An exception is thrown at runtime.C.The variable first is set to null.D.The variable first is set to elements[0].

题目
String[] elements={"for","tea","too"};String first=(elements.length>0)?elements[0]null;What is the result?()

A.Compilation fails.

B.An exception is thrown at runtime.

C.The variable first is set to null.

D.The variable first is set to elements[0].


相似考题
更多“String[] elements={"for","tea","too"};String first=(elements.length>0)?elements[0]null;What is the result?() ”相关问题
  • 第1题:

    在PowerPoint 2003中,删除幻灯片的操作可以是()。

    A.单击常用工具栏中的quot粘贴quot按钮

    B.选择quot编辑quot菜单中的quot删除幻灯片quot选项

    C.选择quot编辑quot菜单中的quot清除quot选项

    D.单击常用工具栏中的quot复制quot按钮


    参考答案B

  • 第2题:

    在PowerPoint中,若想给“文本框”对象或“文本框占位符”设置动画效果,下列说法正确是()。

    A.执行quot格式quot菜单的quot幻灯片设计quot命令,右侧有一个相应的设置窗格

    B.执行quot幻灯片反映quot菜单的quot自定义动画quot命令,右侧有一个相应的设置窗格

    C.执行quot格式quot菜单的quot幻灯片版式quot命令,右侧有一个相应的设置窗格

    D.以上说法全错


    参考答案B

  • 第3题:

    Given:String[]elements={"for","tea","too"};Stringfirst=(elements.length>0)?elements[0]:null;Whatistheresult?()

    A.Compilationfails.

    B.Anexceptionisthrownatruntime.

    C.Thevariablefirstissettonull.

    D.Thevariablefirstissettoelements[0].


    参考答案:D

  • 第4题:

    在PowerPoint 2003启动幻灯片放映的操作中,错误的是()。

    A.单击演示文稿窗口左下角的quot幻灯片放映quot视图按钮

    B.选择quot幻灯片放映quot菜单中的quot观看放映quot命令

    C.选择quot幻灯片放映quot菜单中的quot幻灯片放映quot命令

    D.按F5键


    参考答案C

  • 第5题:

    String[]elements={for”,tea”,too”};Stringfirst=(elements.length>0)?elements[0]null;Whatistheresult?()

    A.Compilationfails.

    B.Anexceptionisthrownatruntime.

    C.Thevariablefirstissettonull.

    D.Thevariablefirstissettoelements[0].


    参考答案:D