Which cannot directly cause a thread to stop executing?
Note
notify() - wakes up a single thread that is waiting on this object's monitor.
notify() - wakes up a single thread that is waiting on this object's monitor.