当前位置: 代码迷 >> J2SE >> Which methods guarantee that a thread will leave the running state解决方案
  详细解决方案

Which methods guarantee that a thread will leave the running state解决方案

热度:5807   发布时间:2013-02-25 00:00:00.0
Which methods guarantee that a thread will leave the running state
Which methods guarantee that a thread will leave the running state? 

(a) yield() 

(b) sleep(1000) 

(c) aLiveThread.join() 

(d) wait() 

(e) notify() 

(f) notifyAll() 


------解决方案--------------------------------------------------------
a b d
------解决方案--------------------------------------------------------
呵呵,估计是哪个公司的笔试题吧
  相关解决方案