Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answers were Sorted based on User's Feedback
Answer / paletipatisrinu
wait()and notify() methods are Thread and object class methods
Is This Answer Correct ? | 8 Yes | 13 No |
What is the middleware?
What is an object in java and how is it created?
What are the major drawbacks of external iteration?
Explain about strings in java?
Is it possible for yielded thread to get chance for its execution again ?
Explain the difference between collection api and stream api in java8?
What is the difference between static class and normal class?
What is the difference between super class & sub class?
What is difference between an object and a class?
Matrix multiplication only using OOP concepts .
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Can an interface implement another interface?