Java: Difference between revisions

108 bytes removed ,  6 years ago
no edit summary
(Marked this version for translation)
No edit summary
Line 72: Line 72:


===Garbage Collection=== <!--T:11-->
===Garbage Collection=== <!--T:11-->
Java uses an automatic system called ''garbage collection'' to identify variables which are out of scope and return the memory associated with them to the operating system which however doesn't stop many Java programs from requiring significant amounts of memory to run correctly.
Java uses an automatic system called ''garbage collection'' to identify variables which are out of scope and return the memory associated with them to the operating system.


<!--T:18-->
<!--T:18-->
cc_staff
318

edits