[转自知乎]:http://www.zhihu.com/question/26297216 JAVA中的数组是对象吗? public class test { public static void main(String[] args) { int a[]={1,9}; System.out.println(a.toString()); } } Sunny,软件工程/CS心/不怎么会写代码/羡慕会讲… 很久没有碰过Java了,尝试回答下首先上答案,数组是对象.为什么呢,因为权威的Java Lan…