why the wait,notify,notifyall methods are placed in object
class?these are the thread concepts why these methods are
placed in Object class?
Answer Posted / vinayakkatkar
wait notify method can be use din some applications where we
have producer consumer mechanism
so they need not be the methods of thread class
and they must be available to the all classes not extending
the thread class
hence the reason
Hi, I have created a blog named as knowledge is free
where you can download many useful e-books on java ,linux,
php , c ,c++
and also request books to me.
I will make it available to all of you. Please tell your
friends to visit the blog
This is the link to blog
http://vinayakkatkar.blog.co.in
--
vinayak
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What’s the difference between unit, integration and functional testing?
What technique is carried out to find out if a particular string is empty?
Is an array a vector?
Can you inherit from an abstract class java?
What is difference between add() and addelement() in vector?
Difference between throw and throws?
What is method with example?
How do you implement tree mirroring in java?
Which package is used for pattern matching with regular expressions?
What is meant by data hiding in java?
What does the append?
What is meant by call by reference?
What is functional interface in java?
What is java regex?
How do you start a new line in java?