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 the difference between superclass and subclass?
What is the difference between an array and an array list?
What is the buffer limit?
what is bytecode? watz the difference between machine code and bytecode?
What happens when heap memory is full?
How to create a base64 decoder in java8?
Explain Method Overloading in Java.
What is %02d?
Can a class have multiple constructors?
Why are the objects immutable in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Can you make an instance of an abstract class?