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 are the two types of java programming?
What is sleep method?
What is the difference between object oriented programming language and object based programming language?
What is a dynamic array in java?
How a string is stored in memory?
How are variables stored?
How many bits is a double?
Write an algorithm for quick sort?
What about main thread in java?
What an i/o filter?
Explain 5 io best practices?
Can inner class have constructor?
What is static block?
Is ++ operator is thread safe in java?
What is the static field modifier?