Heap Memory vs RAM usage
Most of the people always consider the Java heap size as the RAM usage a Java application, but this is wrong. Actually your java application is not the process which is running when you start it, but its an instance of JVM which starts. Your application code is supplied as an argument to the JVM… Read More Heap Memory vs RAM usage