易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

已知:的输出为()

A、wangwang

B、maiomiao

C、编译错误

D、运行时异常

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 在一个正整数序列中,第一项是1978,第二项是1979,从第三项起每一项等于前二项的差的绝对值,问此数列有多少项

  • 现有:  1.  interface Animal  f      2.    void eat();      3.    }      4.  5.  // insert code here      6.  7. public class HouseCat implements Feline  {      8.    public void eat()    {  }     9.  }  和以下三个接口声明:  interface Feline extends Animal  (  )  interface Feline extends Animal  {void eat();    }  interface Feline extends Animal  {void eat()    {  }  }   分别插入到第5行,有多少行可以编译?   

    A、  0

    B、  1

    C、  2

    D、  3

  • 下面哪些类型属于引用类型()

    A

    int[]

    B

    Integer

    C

    char

    D

    String

  • 下面有关struts1和struts2的区别,描述错误的是()。

    A、 Struts1要求Action类继承一个抽象基类。Struts 2 Action类可以实现一个Action接口

    B、 Struts1 Action对象为每一个请求产生一个实例。Struts2 Action是单例模式并且必须是线程安全的

    C、 Struts1 Action 依赖于Servlet API,Struts 2 Action不依赖于容器,允许Action脱离容器单独被测试

    D、 Struts1 整合了JSTL,Struts2可以使用JSTL,但是也支持OGNL

  • 以下JAVA程序的输出是什么()。

    A、HelloSogou

    B、SogouHello

    C、Hello

    D、结果不确定

联系客服 会员中心
TOP