多线程基础

获取 线程名 :

  Thread  thread =  Thread.currentThread();

  thread.getName();

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