Is Garbage Collection really necessary in memory managed programming?
Memory managed means Garbage collected. Memory management means you just let go of objects which you dont need and the system will reclaim the memory occupied by them.
Memory managed means Garbage collected. Memory management means you just let go of objects which you dont need and the system will reclaim the memory occupied by them.