How can two threads be made to communicate with each other?
Answer Posted / shrinu nallavelli
by using Thread class methods wait() notify() and
notifyAll()...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Describe the Big-O Notation.
Can a singleton class be inherited?
What are the 3 types of control structures?
How is hashset defined in java?
Can singleton class be serialized?
Do I need java for windows 10?
What is the difference between abstract class and interface1? What is an interface?
What does I ++ mean?
What is abstraction in java?
what is method reference in java 8?
Why java is said to be pass-by-value ?
enlist some features of jdk.
What is not thread safe?
Does collectionutils isempty check for null?
What is immutable state?