2014年7月30日 星期三

取得執行緒名稱 Process Name

本範例可以取得執行這條程式碼的執行緒


public class Main{
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        System.out.println("Eric Riley awesome!");
        System.out.println(Thread.currentThread().getName());
    }
}

使用Thread.currentThread().getName(); 來取得名稱

沒有留言:

張貼留言

© Mac Taylor, 歡迎自由轉貼。
Background Email Pattern by Toby Elliott
Since 2014