Caricamento...double freeMem = Runtime.getRuntime().freeMemory();
double totlMem = Runtime.getRuntime().totalMemory();
double percent = freeMem / totlMem;
System.out.print(percent);
Lascia un commento
Copyright © 2005 - 2010 :: ianaz - created by Silvio Rainoldi