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
What is the difference between char and char *?
Explain the JDB in depth & command line.
How do you find the absolute value?
Explain constructors and types of constructors in java.
How objects are stored in java?
Does treeset allow null in java?
Is main a function?
what is optional in java 8?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
How to implement a multithreaded applet?
How many types of exception can occur in a java program?
Which list does not allow duplicates in java?
Can we write multiple catch blocks under single try block?
What is the abstraction?
Explain the difference between treeset and treemap in java?