Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


Explain the difference between call by refrence and call by value?

0 Answers  


What is the importance of static variable?

0 Answers  


What is static method with example?

0 Answers  


what modifiers are used with top-level class?

2 Answers  


What is the purpose of using break in each case of switch statement?

0 Answers  


What is a double?

0 Answers  


how to run ecllipse with jettyserver for windows environment using batch file

0 Answers  


What modifiers can be used with a local inner class?

2 Answers  


Explain the difference between the Boolean & operator and the && operator?

1 Answers  


Can arraylist hold different types java?

0 Answers  


What is substring in java?

0 Answers  


Categories