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 regex used for?
What is meant by the value of a variable?
What is sleep method?
What is jpa specification?
Does garbage collection occur in permanent generation space in jvm?
What is <> used for in java?
Which collection is best for sorting in java?
What are the different tags provided in jstl?
What is structure of java heap? What is perm gen space in heap?
What is the difference between JVM and JRE?
Are strings immutable in java?
How do you reverse a string in java?
Difference between ‘>>’ and ‘>>>’ operators in java?
What are the different ways of implementing thread? Which one is more advantageous?
What are nested classes in java?