Join ExamsbookAnswer :
What is the purpose of garbage collection in Java, and when is it used ?5
Q: What is the purpose of garbage collection in Java, and when is it used ?
- Show Answer
- Workspace
Answer :
Explanation :
The purpose of garbage collection is to identify and discard those objects that are no longer needed by the application, in order for the resources to be reclaimed and reused.