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 is comparable and comparator interface? List their differences
What is difference between stringbuffer and string?
What is general methodology?
java Technical questions asked by JPMC
Can list be null in java?
Is overriding possible in java?
What is a numeric literal?
What is garbage collector?
What is java string pool?
How do you differentiate abstract class from interface?
What is bubble sorting in java?
What is string made of?
Is string a class?
What language is pass by reference?
What do the thread?class methods run() and start() do?