Suppose there is a System A which gives some output. This
output is used as input by system B. The rate at which
System A produces is faster than the rate at which system B
consumes it. How can you improve this?
Answer Posted / dhaval shah
Using Inter Process Thread communication use Wait Notify
and NotifyAll methods of Object class
Dhaval Shah
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is a short in java?
What is the maximum size of list in java?
When throw keyword is used?
What are the major advantages of internal iteration over external iteration?
Is set sorted in java?
What is the role of garbage collector in java?
What is the nested interface?
What is difference between path and classpath in java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
If a method is declared as protected, where may the method be accessed in java programming?
What is a return in java?
What are synchronized methods and synchronized statements in java programming?
What is the exact difference in between Unicast and Multicast object?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
How do you avoid global variables?