多线程基础

获取 线程名 :

  Thread  thread =  Thread.currentThread();

  thread.getName();

posted @ 2015-02-10 09:52  coreWars  阅读(108)  评论(0)    收藏  举报