Which cannot directly cause a thread to stop executing?
Options
- Calling a yield method.
- Calling the start method on another Thread object.
- Calling the notify method on an object.
- Calling wait method on an object.
CORRECT ANSWER : Calling the notify method on an object.
Write your comments