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

Explain the different forms of polymorphism?

0 Answers  


What modifiers are used with a top level class?

3 Answers  


why java does compile time polymorphism at run time ?

6 Answers   CTS, TCS,


What are the data types supported by java? What is autoboxing and unboxing?

0 Answers  


When does the compiler supply a default constructor for a class?

9 Answers   TCS,






Name component subclasses that support painting in java programming?

0 Answers  


Does java set allow duplicates?

0 Answers  


How do you convert int to char in java?

0 Answers  


What is sizeof () operator?

0 Answers  


What is tochararray in java?

0 Answers  


how exactly garbage collection take place?

4 Answers  


What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 Answers   Ness Technologies,


Categories