Which class or interface defines the wait(), notify(),and notifyall() methods?
Answers
Answered by
2
Explanation:
Which class or interface defines the wait(), notify(),and notifyAll() methods? Explanation: The Object class defines these thread-specific methods. Option B, C, and D are incorrect because they do not define these methods.
Thanks!
Similar questions