Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answer Posted / paletipatisrinu
wait()and notify() methods are Thread and object class methods
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
How are observer and observable used in java programming?
What are the advantages of java inner classes?
Differentiate between overriding and overloading cases?
What is the use of predicate in java 8?
How do you define a singleton class?
What is stored procedure. How do you create stored procedure ?
Are arrays static in java?
What is meant by vector class, dictionary class, hash table class, and property class?
Is empty .java file name a valid source file name?
Difference difference paint() and paintcomponent()?
Can a static member function access member variable of an object?
What is a boolean structure?
Define max and min heap, also the search time of heap.
What are pass by reference and pass by value?
How can we make a class virtual?