System.out.println(new Student());我知道输出的是引用,引用不是内存地址是吗,Student@de6ced,引用的后几位是什么啊如何算的啊,谢谢
请参考,JDK Object.toString()方法说明[url]http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#toString()[/url]
hashCode()为native方法,实现结果根据平台相关.