Computer Science, asked by kamilmalik2778, 1 year ago

Which class or interface has notify wait() notify() and notifyall() methods?

Answers

Answered by Anonymous
1

The Object class defines these thread-specific methods. Option B, C, and D are incorrect because they do not define these methods.

Similar questions