What is Garbage Collection?
By Super Man
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.
What is Garbage Collection? (917 Views)