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...


In connection pool,when 100 clients are requesting, in pool
100 objects is there, when another client is making request
how it will work

Answers were Sorted based on User's Feedback



In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another clie..

Answer / ballu

connection ojbect from one of the inactive client will be
saved (with its state) and freed up connection object will
be given to new request.

if all 100 clients are using connection objects actively
then depending on implentation either 101th client will
wait or server will spawn 101th connection object.

Is This Answer Correct ?    11 Yes 1 No

In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another clie..

Answer / vrush

It will keep the client in waiting state .

Is This Answer Correct ?    0 Yes 3 No

In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another clie..

Answer / mallikarjuna

i think client is waiting for the anyone return the object
to connectionpool

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

what are the advantages of JTA over JTS?

0 Answers  


whats is mean by jndi

4 Answers   SolutionNET,


difference between HashMap, Hashset and hashTable?

2 Answers   HCL, Infotech,


What is RPC?

2 Answers  


Tell me about Firewalls in RMI?

0 Answers  


What is the map interface?

0 Answers  


Should synchronization primitives be used on bean methods?

0 Answers  


What is ripple effect?

0 Answers  


What are the steps to write p-to-p model application?

0 Answers  


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

0 Answers  


What is a modular application?

0 Answers  


How to pass parameters in RMI?

0 Answers  


Categories