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 / 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 |
Post New Answer View All Answers
Explain RMI Architecture?
What happens when a thread cannot acquire a lock on an object?
Name the eight primitive java types.
What is permgen or permanent generation?
what is handle?
What are the different approaches to represent an inheritance hierarchy?
How are the elements of a borderlayout organized?
What are the steps to write p-to-p model application?
What is the form of storage space in java?
What’s jboss cache in short?
How would you detect a keypress in a jcombobox?
Difference between swing and awt?
Explain the advantages and disadvantages of detached objects.
Is jvm a overhead?
Difference between new operator and class.forname().newinstance()?