Solved

What Is Garbage Collection in the Context of Java

Question 18

Multiple Choice

What is 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 is automatically deleted.
C) When all references to an object are gone, the memory used by the object is automatically reclaim

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions