java - Calling thread.notify() on a callers thread that is no longer available -
on page link on first example, b.wait() called. happend if b.wait() never called, , main thread allowed finish before b thread able call notify()? exception happen or funky? not find on internet specific because don't know how search situation. thanks!
notify()
doesn't have whether target thread still running, or indeed whether target thread @ all. happen ... nothing.
Comments
Post a Comment