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 use of protected in java?

0 Answers  


Is oracle charging for java?

0 Answers  


What is Java Annotations?

0 Answers  


How many types of classes are there in java?

0 Answers  


What does flagged out mean?

0 Answers  






What is casting?

3 Answers   BMC,


Is int a class in java?

0 Answers  


I want to re-reach and use an object once it has been garbage collected. How it's possible?

0 Answers  


Are the equals() and hashCode() protected methods of object class?

1 Answers   Avaya,


wat is class level lock and object level lock

3 Answers   HCL, Persistent,


What is mean by exception?

0 Answers  


How do you declare a destructor in java?

0 Answers  


Categories