I am not able to understand few things on the Garbage collection.
Firstly, how is data allocated space ? i.e. on stack or heap( As per my knowledge, all static or globa
Check out the book Garbage Collection: algorithms for automatic dynamic memory management.