玩轉併發-深入理解Thread構造函數

線程的默認命名 下面的幾個構造函數,並沒有爲線程提供命名的參數,那麼此時線程會有怎樣的命名呢? Thread() Thread(Runnable target) Thread(ThreadGroup group, Runnable target) 打開JDK的源碼: public Thread() { init(null, null, "Thread-" + nextThreadN
相關文章
相關標籤/搜索