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 Over riding is Run Time Polymorphism?
Is age a discrete variable?
What is the purpose of the finally clause?
whether java is fully object oriented language or partially object oriented language
Can substring create new object?
is it possible to add a object in a HASHMAP
How can we make copy of a java object?
What is mnemonic in assembly language?
Explain a few methods of overloading best practices in java?
What is thread?
What does the “static” keyword mean? Can you override private or static method in java?
What is “try and catch” in java