Calculate total, free & used memory of JVM heap store – Java runtime (example)

Given a java program, where we are allocating memory in heap store. We will allocate array (array of long primitives). […]