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
Differentiate between static and non-static methods in java.
Difference between abstract and concrete class ?
How can we achieve thread safety in java?
What are use cases?
When is an object subject to garbage collection?
What is logical variable?
What are the parts of a method?
How will you compute size of a structure?
What are the advantages of unicode?
What is a return in java?
How do you remove duplicates from an array in java?
Write a code to create a trigger to call a stored procedure
Is string a class in java?
What is void keyword?
Explain restrictions for using anonymous inner classes?