开发者

What is the role of GC(Garbage Collection) other then memory management

开发者 https://www.devze.com 2023-02-25 05:46 出处:网络
What is the role of GC开发者_如何学C (Garbage Collection) other then memory management? -AnilThe role of the Garbage Collector is just the memory management. It remove non-referenced objects from mem

What is the role of GC开发者_如何学C (Garbage Collection) other then memory management?

-Anil


The role of the Garbage Collector is just the memory management. It remove non-referenced objects from memory. Therefore memory management is made much easier.
In some rare cases memory leaks are still possible.


Reducing bugs due to memory mis-management.

0

精彩评论

暂无评论...
验证码 换一张
取 消