Interview Questions - Part1
Conditions for a garbage collection
What triggers the garbage collector
Garbage collection occurs when one of the following conditions is true:
The system has low physical memory. The memory size is detected by either the low memory notification fro...
rohit36a.hashnode.dev6 min read