Tuesday, November 29, 2011

When should i used notify() and notifyall() methods on threads

To wakes up the threads which are in waiting stateaddition notes:-notify() wakes up a single thread which is waiting on the object&
Category:Java Interview Questions

No comments:

Post a Comment