Java,对象的生命周期。
怪我咯
怪我咯 2017-04-17 16:53:06
0
1
399
怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
刘奇

All objects have one

protected void finalize();

Method. Is inherited from Object. This method is called before the object is recycled. You can rewrite this method and print the current time in it.

As for the creation time, just print it in the construction method.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template