What is Connection Pool ?

Answers were Sorted based on User's Feedback



What is Connection Pool ?..

Answer / vamsi.t

Connection pooling means set of readily available
connection objects are maintained,we can access the
connection objects through Datasource object.
The advantage of connection pooling is we can give
service to more number of clients with less connection
objects.This leads to less memory to store objects and
performance also increased.

Is This Answer Correct ?    5 Yes 0 No

What is Connection Pool ?..

Answer / ravikiran

connection pool will be a pool of connections maintained in
the server and the connectin will be accessible with the
help of DataSource

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Weblogic Interview Questions

what is domian and how can it work ?

6 Answers   HCL,


Explain The Methods For Providing User Credentials For Starting The Server ?

0 Answers  


Do you know what are the steps involved in setting up classpath in web logic server?

0 Answers  


What are the ways to avoid resourceexceptions when sending requests for databaseconnections?

0 Answers  


What is Unicast?

0 Answers  


What are crossdomainconnectors in reference to web logic servers?

0 Answers  


How to make a managed server ?

0 Answers  


What is meant by node manager?

0 Answers  


Define managed servers?

0 Answers  


What is a domain?

0 Answers  


What is a domain template?

0 Answers  


If SSL is configured then which key is send to the client?

3 Answers   TCS,


Categories