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 global variable?
What is difference between overloading and overriding?
What's the purpose of using break in each case of switch statement?
What is maximum size of arraylist in java?
What is the difference between Array and Hash Table?
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
How does java pattern compile work?
What is a map? What are the implementations of map?
What are synchronized blocks in java?
how do I create a runnable with inheritance? : Java thread
What is the use of anonymous inner classes ?
what is use of marker interface? give me good example?