-
Notifications
You must be signed in to change notification settings - Fork 308
Open
Description
ComplexCurrentThreadTest测试结果与ReadMe里的说明结果不符合
begin=========
Thread.currentThread().getName=main
this.getName()=Thread-0
end===========
run begin=======
Thread.currentThread().getName=Thread-1
this.getName()=byhieg
run end==========
这是我在eclipse里的执行结果,在执行run的时候Thread.currentThread().getName的结果是Thread-1而不是上面设置的byhieg
Metadata
Metadata
Assignees
Labels
No labels