开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜