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
How do you avoid global variables?
What is the r character?
Why we use multi threading instead of multiprocessing?
What is empty string literal in java?
why an outer class cannot be declared as private?
What is java argument list?
What is boolean data type in java?
How do you use nextline in java?
List types of storage classes in java?
What is the difference between interface & abstract class?
What is the difference between a loader and a compiler?
What 5 doubled?
What is arrays aslist in java?
What is tostring () method?
What are drawbacks of singleton class?