Click link below to download
1. JD-GUI
2. Cavaj Java Decompiler
3. JCavaj Java Decompiler
2. Cavaj Java Decompiler
3. JCavaj Java Decompiler
public class FreeMemoryInJvm
{
public static void main(String[]args)
{
System.out.println("Free Memory In Jvm is : "+Runtime.getRuntime().freeMemory()+" bytes");
}
}