Menu Bar

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Sunday, 2 October 2016

What is memory leak in Java ?

This blog is all about to learn Core Java Interview Programs and Coding tricks to polish your Java Knowledge. If you like the content of this blog please share this with your friends.

Previously we have discussed the Program for 
Different ways to call Garbage Collection In Java ?


Sometime interviewer ask this question What is Memory Leak ? 
And the Answer is Memory leaks problem occur When unused objects still have their memory and these objects will never used again and doesn't get Garbage Collected.
Share this Blog with yours Friends !!

No comments:

Post a Comment