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 |
Why does java have different data types for integers and floating-point values?
What is the function of character?
What are Encapsulation, Polymorphism and Inheritance?
What is a flag value?
What are nested classes in java?
What is Collections API?
How does callback work in java?
Why does java doesnot support multiple inheritance?
State the main difference between c++ and java?
can two class in a code be public??if yes then how??
What is difference between path and classpath variables?
What is the difference between the program and the process?