Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answer Posted / sudeep
wait belongs to thread... in c#!!!
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why stringbuilder is not thread safe?
What is computer compiler?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Can you instantiate the math class in Java?
What are the features of junit?
What is the difference between an array and an array list?
What is meant by attribute?
What is meant by class loader? How many types are there? When will we use them?
What are the advantages of packages in java?
What does sprintf return?
What do you mean by aggregation?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is an immutable class?
What are decalarations?
Can static methods access instance variables in java?