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 managed server?

0 Answers  


What is a license file ?

0 Answers  


What is the major difference between managed server and admin server?

4 Answers   TCS,


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic

0 Answers  


What is Domain? how many domains are possible in a single instance?

3 Answers   Wipro,






What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic

0 Answers  


Can you explain what are the ways in which the dns request of failed servers handled?

0 Answers  


How do stubs work in a weblogic server cluster? : BEA Weblogic

0 Answers  


How do you troubleshoot a crash?

0 Answers  


What is Connection Pool ?

6 Answers   HCL,


Difference between multicast and unicast?

0 Answers  


Can two jms servers share the same persistent store? : BEA Weblogic

0 Answers  


Categories