Understanding Memory Leaks in Java JVM
First of all Memory leak is not sweeping Unused objects, It is Sweeping referenced objects.
Definition:
Memory leak is a common memory issue that can result in an OutOfMemory error.In Java, memory leaks can occur even with automatic Garbage Collecti...
techswitch.in1 min read