Sail E0 Webinar
Question

Which class or interface defines the wait(), notify(),and notifyAll() methods?


Options:
A .  Object
B .  Thread
C .  Runnable
D .  Class
Answer: Option A

The Object class defines these thread-specific methods.

Option B, C, and D are incorrect because they do not define these methods. And yes, the Java 

API does define a class called Class, though you do not need to know it for the exam.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers