0
想要newSingleThreadExecutor創建的線程的類型。 http://download.oracle.com/javase/1.5.0/docs/guide/concurrency/overview.html顯示我們可以在單個後臺線程中創建線程 (與Swing中的事件一樣)或在新創建的線程中。但如何控制?用newSingleThreadExecutor創建的線程是一個新創建的線程還是一個deamon線程?
+1:換句話說,請使用http://download.oracle.com/javase/6/docs/api/java/util/concurrent/Executors.html#newSingleThreadExecutor%28java.util.concurrent.ThreadFactory%29 – 2011-04-15 07:17:10