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
What does nullpointerexception mean?
What is multithreading and its advantages?
What does it mean to be immutable?
What is the difference between a scrollbar and a scrollpane?
What is the impact of declaring a method as final?
Why are arrays useful in java?
How to display arraylist values in java?
What is meant by distributed application? Why are we using that in our application?
State some advantages of java?
What are the ways to instantiate the class class?
What is palindrome in java?
When should I use singleton pattern?
What is canonical name in java?
what invokes a threads run() method? : Java thread
Can we compare two strings in java?