读书人

Which methods guarantee that a thre

发布时间: 2012-10-17 10:25:46 作者: rapoo

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
[解决办法]
呵呵,估计是哪个公司的笔试题吧

读书人网 >J2SE开发

热点推荐