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
What is a string what operation can be performed out with the help of a string?
Give the difference between the println method and sqrt method?
Is java owned by oracle?
What is java argument list?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is math in java?
What is scope & storage allocation of global and extern variables? Explain with an example
What is one third plus one third as a fraction?
What does isempty () do in java?
What are java annotations?
Why string objects are immutable in java?
what invokes a threads run() method? : Java thread
What are the major drawbacks of external iteration?
What is function and method in java?
What are streams?