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
Give example to differentiate between call by value and call by reference.
Define max and min heap, also the search time of heap.
Can a class have an interface?
Does .length start 0 java?
What is thread start?
What is a layout manager and what are different types of layout managers available in java awt?
How transient variable is different from volatile variable?
What is the benefit of abstract class?
What is data type modifier?
How do you replace all in word?
What is string pool in java?
What is difference between adapter class and listener?
Define inheritance?
Difference between abstract and concrete class ?
What is the do while loop syntax?