Why wait(),notify(),notifyAll() methods defined in Object
class althought we are using in only threads.
No Answer is Posted For this Question
Be the First to Post Answer
What is vector?
What is the default initialized value of a boolean type variable?
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
What is the difference between DataInputStream and BufferedReader
Can we instantiate Interfaces?
What do you mean by the term transient?
What is the purpose of garbage collection in java? When is it used?
What does java se mean?
How to declare unique ArrayList ?
What are different types of arrays?
What is the maximum size of list in java?
What are the differences between string, stringbuffer and stringbuilder?