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 do you mean by exception handling in Java?
What are the types of arrays in java?
What is an empty class? What functionality does it offer in Java?
Can we use static class instead of singleton?
Differentiate between run time error and syntax error.
How do you compare two objects?
Why is the singleton pattern considered to be an anti pattern?
How do you use substring in java?
Is alive in java?
Can keyword be used as identifier?
What does @override mean?
Which is better stringbuffer or stringbuilder?
Can you declare a private method as static?
How do you define a singleton class?
Is list ordered in java?