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
Is nan false?
What are the differences between wait() and sleep()?
What is the class in java?
Can you give names of Container classes?
Why does it take so much time to access an applet having swing components the first time?
How do you reverse a word in java?
Can we declare an interface as final?
Is age a discrete variable?
What is the main use of java?
What is public static void main?
What is a concrete classes? Is Java object class is concrete class?
What access modifiers can be used for variables?
What is the difference between the font and fontmetrics classes in java programming?
Is there any sort function in java?
What are the two parts of a conditional statement?