Programming Tutorials

Comment on Tutorial - Garbage collection and Finalize() method in Java By aathishankaran



Comment Added by : Gan

Comment Added at : 2011-07-11 12:08:24

Comment on Tutorial : Garbage collection and Finalize() method in Java By aathishankaran
protected void finalize() {
System.out.println("It's will not print. Why?");
}

The above print function not working. Can u please explain?

Thanks and regards,
Gan Slv


View Tutorial