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 |
What is the different types of functions?
What is garbage collector?
In treeset we add same object ...what will be the out put
When do we need to use internal iteration? When do we need to use external iteration?
what is object slice?
Why java is considered dynamic?
Which sorting is best in java?
Explain the importance of throws keyword in java?
Is integer a class?
What is java full form?
What is the order of arraylist in java?
What is string :: npos?