char a[]={'a','b','c','d'};
      System.out.println(a);
      System.out.println(""+a);
输出结果:
abcd
[C@11b86e7