Thursday, August 10, 2017

What is memory leak in Java?

In general , we have garbage collector in Java JVM which will claim the memory from the instances or objects which are existed no longer in our applications , garbage collector will recognize those and clean.


Sometimes garbage collector will miss some objects which are no longer existed , those objects are causing memory leak in our applications.



No comments: