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...
Sep 6, 20191 min read9
