In this section, we are going to illustrates you how to obtain the heap size. The heap is the area in the memory used for memory storage during the runtime of the program.
getRuntime()- This method returns the runtime object of the current Java application.
totalMemory() - This method returns the total amount of memory in the JVM.
Here is the code of GetHeapSize.java
public class GetHeapSize
|
Output will be displayed as:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java get Heap Size View All Comments
Post your Comment