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 old name of java?
What is bitwise complement?
What is a class in java?
system.out.println(1 + 3);
What is the difference between char and char *?
What is the advantage of functional interface in java 8?
When can an object reference be cast to an interface reference in java programming?
Which one will take more memory: an int or integer?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
0 Answers Akamai Technologies,
what are ER diagrams?
Can we force garbage collector to run ?
What is the immediate superclass of the Dialog class?