A public class MainClass{ public static void main(String[] argv){ System.out.println(Runtime.getRuntime().freeMemory()); } }