Daily Dotnet
Ankit Kashyap
2023-01-04
Which of the following is false about Garbage collection in dotnet?
While there are 3 logical generations in managed heap, sometimes Large object heap is referred as 'generation 3'
It's faster to compact the memory for a portion of the managed heap than for the entire managed heap.
Collecting a generation means collecting objects in that generation and all its younger generations.
Objects that survive a generation 2 garbage collection, sent back to generation 0 for reclaim.
Made with 💖 in Beautiful British Columbia 🍁