Wednesday, May 20, 2009

What is garbage collection?

Garbage collection is a CLR feature which automatically manages memory. Programmers forget
to release the objects while coding(Laziness). CLR automatically releases objects when they are no longer in use and refernced.

No comments:

Post a Comment