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 |
What is charat java?
Can you make a constructor final?
What does opcode mean?
What is a marker interface?
Define nashorn in java8.
What is sizeof () operator?
What do you mean by aggregation?
What is the purpose of using javap?
Difference between nested and inner classes ?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Can Exception handling we can handle multiple catch blocks?
How can I right-justify a string?