Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answer Posted / vikki
methods inherited from java.lang.Object
*clone
*equals
*finalize
*getClass
*hashCode
*notify
*notifyAll
*wait
and this three methods join, yield, sleep belongs to Threads
class
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What are the core java topics?
Write a program to search a number in the given list of numbers.
What is a default constraint?
What is java abstraction with example?
What are predicates in java 8?
What isan abstract class and when do you use it?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What is a singleton in genetics?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
When should I use stringbuffer?
Write a program to solve producer consumer problem in java?
What are the 7 types of characters?
What are voids?
Why enumeration is faster than iterator?
What are the differences between string and stringbuffer?