是什麼Java中的Runtime.exit(0)和System.exit(0)有什麼區別?
Runtime.exit(0)和System.exit之間的差額(0)
同樣是什麼
Runtime.gc()之間的區別System.gc()
何時使用哪個?
是什麼Java中的Runtime.exit(0)和System.exit(0)有什麼區別?
Runtime.exit(0)和System.exit之間的差額(0)
同樣是什麼
Runtime.gc()之間的區別System.gc()
何時使用哪個?
看一看的javadoc:http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/System.html#exit(int)
「的調用System.exit(n)爲有效等效於調用:調用Runtime.getRuntime()退出(N)」
的系統.Xxxx更短。 Runtime.Xxxx()不能直接使用。
是什麼
Runtime.exit(0) and System.exit(0)
無之間的差異。
同樣是什麼
Runtime.gc() and System.gc()
無之間的差異。
什麼時候用哪個?
由於沒有區別,選擇純粹是美容。
Java 1.4 docs ?? – 2012-04-25 10:26:41
爲什麼不呢?這是真的,現在仍然是。 但肯定,在這裏:http://docs.oracle.com/javase/7/docs/api/java/lang/System.html – Dariop 2012-04-25 10:40:07
是的,但當然沒有好的理由鏈接到過時的文檔,而不是當前在這種情況下。 – 2012-04-25 10:57:49