Getting a Runtime Reference : Runtime « Utility Classes « SCJP






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








8.28.Runtime
8.28.1.Getting a Runtime Reference