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 Posted / 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 View All Answers
What are the five major types of reference sources?
What is listnode in java?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is the function of java?
What is ellipsis in java?
What is widening and narrowing in java? Discuss with an example.
How many days will it take to learn java?
What are disadvantages of java?
What is callablestatement? How you can call stored procedure to pass in parameter?
When should I use singleton?
What's the purpose of using break in each case of switch statement?
When does an object becomes eligible for garbage collection in java?
What is the difference between replace and replace all?
How static variable work in java?
Tell me how many ways are there to initialise an integer with a constant.