Skip to Content

Blogs tagged garbagecollector

1 result
  • Author's profile photo Jerry Wang
    Jerry Wang posted on June 27, 2016
    There is a method finalized defined on Object: In order to test this method, I wrote the following test code: package basic; public class finalizeTest { private String name; public void finalize(){ System.out.println("finalize called: "... Read More »