您的位置:首页 > 编程语言 > Java开发

Java Thread Method

2017-02-22 00:00 260 查看
public static Thread currentThread()

Returns a reference to the currently executing thread object.

Returns:the currently executing thread.

返回的是此时正在调用这段方法的thread。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  thread currentThread java
相关文章推荐