Best Tutorials website


Behavior of the garbage collector

Behavior of the garbage collector

A Java programmer does not have to worry about memory management, because it is automatically taken care of by the garbage collector. The Java virtual machine (JVM) decides when to run the garbage collector. The garbage collector is a low priority thread that runs periodically, releasing memory used by objects that are not needed anymore.




Views: 865 | Rating star | by Nick




View this tutorial
Broken link Report broken link?