How can two threads be made to communicate with each other?
Answers were Sorted based on User's Feedback
Answer / shrinu nallavelli
by using Thread class methods wait() notify() and
notifyAll()...
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sanbjs
thread is quick coomunication get easy independent get process
| Is This Answer Correct ? | 0 Yes | 3 No |
Will set allow duplicates in java?
What is memory leak and how does java handle it?
Why is a string immutable?
Is &&= a valid Java operator?
How do you check if two strings are equal in java?
Is upper case in java?
What are the Main functions of Java?
0 Answers Akamai Technologies,
Can static method access instance variables ?
What are the parts of a method?
Explain the importance of thread scheduler in java?
Can an unreachable object become reachable again?
what is difference between signed & unsigned char?