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

how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.

0 Answers  


Difference between swing and awt?

0 Answers  


Brief description about local interfaces?

0 Answers  


does j2ee means advanced java

10 Answers  


Can you write Java code for declaration of multiple inheritance in Java ?

6 Answers   Kingshir, Oracle,






To make an object to begin executing as a separate thread, what method is used?

2 Answers  


What is waiting state? In what ways a thread can enter into waiting state?

2 Answers   Wipro,


whats is mean by class.forName() whats the return type of class

3 Answers   SolutionNET,


What is the relationship between local interfaces and container-managed relationships?

0 Answers  


What is the difference between static and non-static with examples?

0 Answers   HCL,


which is the better collection class if the requirement is only displaying the data

1 Answers  


Explain about RMI Architecture?

0 Answers  


Categories