Code Optimization : Effective Java Chapter 2 : Item 6: Eliminate obsolete object references
Code Optimization : Effective Java Chapter 2 : Item 6: Eliminate obsolete object references
understanding memory leak
the more garbage collector runs the more the it will affect the performance due to inceased GC activity.
// Can you spot the "me...
hashcodehub.hashnode.dev2 min read