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

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 the default jvm used for weblogic?

0 Answers  


You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?

0 Answers  


Do you know what type of object is returned by resultset.getobject()?

0 Answers  


1. What is clustering? How do weblogic instances communicate in a clustered environment! 2. In a cluster, if one of the servers has issues and is not accessible, will the other servers know about it? and how??

6 Answers  






How do clients handle dns requests to failed servers?

0 Answers  


What is http tunneling? How can we configure it on weblogic?

0 Answers  


what happen when we give www.abc.com in url(what is process)

4 Answers   HCL, IBM,


Explain what is the purpose of using multipools in web logic server?

0 Answers  


What is the basic requirement for starting a WebLogic server?.

1 Answers   ABC Inc, CMC, HCL, Wipro,


What is cluster stub?

0 Answers  


What you can do with node manager?

0 Answers  


Categories