1.

What garbage collection in the context of java?

A. The operating system periodically deletes all of the java files available on the system.
B. Any package imported in a program and not used in automatically deleted.
C. When all references to an object are gone, the memory used by the object is automatically reclaim
Answer» D.


Discussion

No Comment Found