Site hosted by Angelfire.com: Build your free website today!


 

 

 

 

 

Runtime_1.java
Created with JBuilder
package a1;

/********************************************************
   H:\DATI\Studi\JAVA\a1>java -cp classes  a1.Runtime_1
   freeMemory: 1866000
   totalMemory: 2031616
 *********************************************************/

import java.io.*;

public class Runtime_1 {

  public Runtime_1() {
      Runtime r = Runtime.getRuntime();
      System.out.println( "freeMemory: " + r.freeMemory() );
      System.out.println( "totalMemory: " + r.totalMemory() );
  }

  public static void main(String[] args) {
    Runtime_1 r1 = new Runtime_1();
    System.runFinalization();
  }
}

Runtime_1.java
Created with JBuilder

   if you have some suggestion or question about this program please mail me at enzo.arlati@libero.it

Main index 
NEWS

 

Last update:   19-01-2003

Hosted by :  
Xoom