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 the major difference between managed server and admin server?

4 Answers   TCS,


Explain The Term Clustering ?

0 Answers  


How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic

0 Answers  


What is trouble shoot in weblogic

5 Answers   HCL, IBM,


Can weblogic server start with a unix boot? : BEA Weblogic

0 Answers  






What is the purpose of t3 in weblogic server?

0 Answers  


Explain about cluster heart beats?

0 Answers  


What are the prerequisites of starting a server?

0 Answers  


What is config.xml?

3 Answers   TCS,


What is jvm tuning?

0 Answers  


What is a domain structure? Does include cluster(s) and server instance(s)?

3 Answers   Oracle,


Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?

0 Answers  


Categories