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 |
How can we make a class virtual?
What are the advantages of java over C++?
What is java basic concept?
What exactly is methodology?
What is jagged array in java?
How infinite loop is declared?
Can we create an object of private class?
IS method overriding is Duplication of Methods?
Which of the following classes will have more memory allocated?
What about main thread in java?
What are different types of arrays?
Can a class have multiple constructors?