ReePrime
LEARN_GARBEG_COLLECTION-1

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

LEARN_GARBEG_COLLECTION-1

N
Neha Rastogi

4 Views • May 19, 2016

Description

Memory management is the main concern for any application whether application is window based or web based. In .Net, CLR has garbage collector that executes as a part of our program and responsible for reclaiming the memory of no longer used objects. Garbage collector free the memory for objects that are no longer referenced and keeps the memory for future allocations.