Tag Archive: Java Stack

Apr
20

The Memory Usage by a Java Program

Java Memory Stack Heap

The instructions of a running program and the related data are temporarily stored in the computer memory. Java has good news for you here: you don’t need to worry about memory management because the JVM and garbage collector will take care of it. However, you can help by being aware of where different things are …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/the-memory-usage-by-a-java-program/