[讨论]一个让人猜不透的输出!!
大家看下面的代码。把你们的输出结果各自贴出来,然后我们讨论一下,输出的到底是什么东西?
public class Exercise3{
public static void main(String args[]){
int b[] = {0,1,2,3};
System.out.println(b);
}
}
我的输出是 [I@35ce36
2006-05-05 22:13
2006-05-05 22:18
2006-05-05 22:28

2006-05-06 10:25
2006-05-06 10:42
2006-05-08 21:38