Java
Programming and Technical
Programming
Technical
Q. What is memory leak?
A. A memory leak is where an unreferenced object that will never be used again still hangs around in memory and doesnt get garbage collected
Read Solution (Total 0)
Java Other Question