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 USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
when we have to use final class in java?
What is the point of java?
What is runtime locatable code?
Is hashset ordered java?
What is byte [] in java?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Can you declare the main method as final?
5 Coding best practices you learned in java?
Why local variables are stored in stack?
What is the difference between break and continue statements?
Where is jre installed?