This is my blog on Java Technology. This blog gives you a clear idea about basics of java and some example programs.In upcoming days i will update the concepts of Servlet,JSP,and J2EE concepts
Tuesday, December 13, 2011
Finalizer
Finalize is a special method that will be called only by a garbage collector before removing the objects from the heap.
When the object is set to null, finalize is not called.
No comments:
Post a Comment