有关线程的一道题:
Which two CANNOT directly cause a thread to stop 
executing? (Choose Two) 
A. Calling the yield method 
B. Calling the wait method on an object 
C. Calling the notify method on an object 
D. Calling the NotifyAll method on an object 
E. Calling the start method on another Thread object 请问:什么是“CANNOT directly cause a thread to stop”是什么意思,还有“directly cause a thread to stop”吗?此话怎讲。