sathish
When is an object's Finalize() method called?
By sathish in ASP.NET on Jul 31 2007
  • Pawan Awasthi
    Aug, 2007 16

    To Swap the memory from heap to place a new object in the heap,by garbage collector ,finalize method called.the finalize method simply swap the memory by objects refernces and memory i heap gets compacted to poin the new memory locaion by pointer.

    • 0
  • Aug, 2007 2

    Hope this will help you. http://msdn2.microsoft.com/en-us/library/system.object.finalize.aspx

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS