1

Java Garbage Collection

News Discuss 
The JVM allocates all the classes and objects needed for program execution memory on the heap. As the program progresses, some objects are no longer needed (no reference to them exists), and the garbage collector reclaims the memory allocated to them. This reclaimed memory is made available for newer objects needed by the programs running inside the JVM. https://dzone.com/articles/using-heap-dumps-to-find-memory-leaks

Comments

    No HTML

    HTML is disabled


Who Upvoted this Story