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 do you mean by composition in java?
What is instance synchronization?
What are Encapsulation, Polymorphism and Inheritance?
Difference String and String Buffer
What is Interface?
What is singleton class and how can we make a class singleton?
types of applets?.
Java is pass by value or pass by reference? Explain
Why local variables are stored in stack?
How can we achieve IPC in JAVA?
Is there a way to increase the size of an array after its declaration?
whats the life cycle of jsp