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 / subhareddy
wait ,notify,notifyall are the methods defined in object
class because we call them on object not on threads.so they
are defined in object class.
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
Give an example of use of pointers in java class.
Define packages in java?
Why static functions are used?
Why do we need autoboxing in java?
What are jee technologies?
What is string subsequence method?
How many types of voids are there?
Can we declare an array without size in java?
What is stored procedure. How do you create stored procedure ?
Differentiate between stringbuffer and string?
What is core java called?
Which programming language is best in future?
What is composition in java?
How a string is stored in memory?
Enlist diffrent types of inheritance supported by java?