How can two threads be made to communicate with each other?
Answer Posted / shrinu nallavelli
by using Thread class methods wait() notify() and
notifyAll()...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which of the following classes will have more memory allocated?
Explain tree set and its features?
Which data type is a class in java?
What are the drawbacks for singleton class?
What is meant by flickering?
How to create a thread in java?
What does next mean in java?
Can we change the value of static variable?
What is an off by one error in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Is it possible to use string in the switch case?
Are private methods final?
What is anti pattern in programming?
What are the files generated after using IDL to java compiler?
Why java doesn’t support multiple inheritances?