java Programming Glossary: gctester
When and how are classes garbage collected in Java? http://stackoverflow.com/questions/2433261/when-and-how-are-classes-garbage-collected-in-java that should demonstrate the behaviour Create a class GCTester in a directory not package x public class GCTester public static.. a class GCTester in a directory not package x public class GCTester public static final GCTester INSTANCE new GCTester private GCTester.. not package x public class GCTester public static final GCTester INSTANCE new GCTester private GCTester System.out.println this..
|