Thursday, October 4, 2007

Basic functionality of a Garbage Collecter

Garbage Collector in .Net Framework is used for Automatic Memory Management

i.e. it is collect all unused memory area and give to application. system.gc.collect() is a method for release the memory. But remember one think, it is only an request, i.e. we can't explicitly release the memory by using system.gc.collect().

No comments: