此类为饿汉单例模式
public static void main(String[] args) throws IOException {
Runtime runtime = Runtime.getRuntime() ;
runtime.exit(0);//推出java虚拟机
runtime.exec("gedit") ;//运行环境执行gedit命令
}
public static void main(String[] args) throws IOException {
Runtime runtime = Runtime.getRuntime() ;
runtime.exit(0);//推出java虚拟机
runtime.exec("gedit") ;//运行环境执行gedit命令
}