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?



Suppose there is a System A which gives some output. This output is used as input by system B. The..

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

Post New Answer

More Core Java Interview Questions

What is the old name of java?

0 Answers  


What is bitwise complement?

0 Answers  


What is a class in java?

0 Answers  


system.out.println(1 + 3);

8 Answers  


What is the difference between char and char *?

0 Answers  


What is the advantage of functional interface in java 8?

0 Answers  


When can an object reference be cast to an interface reference in java programming?

0 Answers  


Which one will take more memory: an int or integer?

0 Answers  


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?

2 Answers  


Can we force garbage collector to run ?

0 Answers   B-Ways TecnoSoft,


What is the immediate superclass of the Dialog class?

2 Answers  


Categories