In connection pool,when 100 clients are requesting, in pool
100 objects is there, when another client is making request
how it will work
Answer Posted / 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 View All Answers
What is the difference between the string and stringbuffer classes?
Have you used threads in Servelet?
which book is better for jdbc ,servlets and jsp
What are the steps to write p-to-p model application?
Which class is the immediate superclass of the menucomponent class?
Do we need to override service() method
Can you control when passivation occurs?
What are the different methods of identifying an object?
What is the difference between RMI registry and OS Agent?
What is the difference between ear, jar and war file?
wahts is mean by dynavalidatorform in struts/
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Can constructors be synchronized in java?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the relationship between an event-listener interface and an event-adapter class?