请查看如下链接:
http://www.cnblogs.com/xudong-bupt/archive/2013/05/21/3091491.html
toString的返回值是:
public String toString() {
return getClass().getName() + "@" + Integer.toHexString(hashCode());
}
包名.对象名.对象的地址(或哈希值)
请查看如下链接:
http://www.cnblogs.com/xudong-bupt/archive/2013/05/21/3091491.html
toString的返回值是:
public String toString() {
return getClass().getName() + "@" + Integer.toHexString(hashCode());
}
包名.对象名.对象的地址(或哈希值)