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 …
Tag Archive: Java Stack
Permanent link to this article: http://www.javaplex.com/blog/the-memory-usage-by-a-java-program/
