將資訊科技落實於生活運用!
public class Main implements Runnable { public void run() { System.out.println("Shutting down"); } public static void main(String[] arg) { Runtime runTime = Runtime.getRuntime(); Main hook = new Main(); runTime.addShutdownHook(new Thread(hook)); } }
張貼留言
沒有留言:
張貼留言