| 发表于:2007-06-12 15:03:32 楼主 |
54. which statement is true? a. if only one thread is blocked in the wait method of an object, and another thread EXECutes the notify on that same object, then the first thread immediately resumes EXECution. b. if a thread is blocked in the wait method of an object, and another thread EXECutes the notify method on the same object, it is still possible that the first thread might never resume EXECution. c. if a thread is blocked in the wait method of an object, and another thread EXECutes the notify method on the same object, then the first thread definitely resumes EXECution as a direct and sole consequence of the notify call. d. if two threads are blocked in the wait method of one object, and another thread EXECutes the notify method on the same object, then the first thread that EXECuted the wait call first definitely resumes EXECution as a direct and sole consequence of the notify call. 英文水平不够,看着挺别扭的,帮忙解释一下了 |
|
|
|
|