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 / 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 |
How will you invoke any external process in java?
Can a method be overloaded based on different return type but same argument type?
What do you understand by java?
How to sort array in descending order in java?
What is access modifiers?
What is an Applet ?
What are the rules for naming an array?
What is an interface in java?
What is basic syntax?
what happens when we add the objects morethan the size limit to a hashmap
How can we make sure main() is the last thread to finish in java program?
Is java still relevant?