DEVFYI - Developer Resource - FYI

What is garbage collection

J2SE Interview Questions and Answers


(Continued from previous question...)

79. What is garbage collection

The automatic detection and freeing of memory that is no longer in use. The Java runtime system performs garbage collection so that programmers never explicitly free objects.

(Continued on next question...)

Other Interview Questions