public static void main(String[] args) {
    String letters = "ABC";
    char[] numbers = { '1', '2', '3' };
    System.out.println(letters + " easy as " + numbers);
  }

解决方案 »

  1.   

    ABC easy as [C@de6ced=======================[C@de6ced这个可能你会和我不一样。
      

  2.   

    你想说什么?
    ABC easy as +numbers.getClass().getName() + '@' + Integer.toHexString(numbers.hashCode())
      

  3.   

    按我的简单思想就是
    ABC easy as 123
    呵呵,继续关注。
      

  4.   

    ABC easy as +numbers.getClass().getName() + '@' + Integer.toHexString(numbers.hashCode()) 
      

  5.   

    ABC easy as [C@11b86e7
    学习
      

  6.   

    正解
    char[] 的类名为[C
      

  7.   

    学习。说下lz这是干吗?散分自杀id?
      

  8.   

    为什么会是"[C@de6ced"呢? 奇怪,奇怪!那位高手解释一下给我听?      谢 谢 谢 谢 谢 谢 谢 谢 谢 谢 ! ! !
      

  9.   

    搂主在看《Java解惑》吗?别总拿这类问题掉大家胃口。
      

  10.   

    楼主在自杀式散分吗?
    http://forum.csdn.net/PointForum/SearchTopic.aspx?bigclassid=3d11cb76-8373-401d-9e9a-a6b24dd73eff&smallclassid=3931c03e-b66c-4189-a4f0-210fd9501803&searchtype=big&subject=&username=tteesstt&pb=pb
      

  11.   

    ABC easy as +numbers.getClass().getName() + '@' + Integer.toHexString(numbers.hashCode()) 
      

  12.   

    ABC easy as [C@7259da什么东东。
      

  13.   

    public static void main(String[] args) {
        String letters = "ABC";
        char[] numbers = { '1', '2', '3' };
        System.out.println(letters + " easy as " + numbers);
      }//print1n的L写成一(1)了...