Friday, January 7, 2011

What is Garbage Collection?

Common Language Runtime automatically manages the problem of memory leaks.

When object are not used further means it is not referenced anywhere in the program.

Then garbage collector automatically release that memory to provide effiecient memory management.

No comments:

Post a Comment