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.
Wednesday, May 20, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment