public class Test {public static void main(String[] args) {
Test t1 = new Test();
System.out.printl(t1);}
}
结果是:Test@35ce36 
这样的东西是地址吗 或者是虚拟地址吗