Q. What is garbage collection in java?
β
Correct Answer: (A)
Method to manage memory in java
Explanation: Garbage collection in Java is the process by which Java programs perform automatic memory management.