What is Connection Pool ?

Answers were Sorted based on User's Feedback



What is Connection Pool ?..

Answer / giri

Pool: Maintain equal instance of objects is called Pool
Connection Pool : the connection objects maintain in the
form pool is called connection pool.
Adv Con Pool: the Connection is very precies . application
need connections getting connections from db and close
connection's it's normal process.
if we use connection pool no need hit every time db , get
from server(in con pool) , in the middle server will get the
some amount connections that give the connections . server
will take physical connection to db , server will give to
logical connection to application if need more connections
server will increase connections are maintained que process

Is This Answer Correct ?    6 Yes 3 No

What is Connection Pool ?..

Answer / vru

IT is physical connection between data base and jdbc

Is This Answer Correct ?    2 Yes 1 No

What is Connection Pool ?..

Answer / mgnagabhushan

A connection pool is collection of data base connections
that is maintain by memory.

Is This Answer Correct ?    0 Yes 0 No

What is Connection Pool ?..

Answer / deepti

a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required

Is This Answer Correct ?    0 Yes 0 No

What is Connection Pool ?..

Answer / sunil

Pool: Maintain equal instance of objects is called Pool
Connection Pool : the connection objects maintain in the
form pool is called connection pool.
Adv Con Pool: the Connection is very precies . application
need connections getting connections from db and close

Is This Answer Correct ?    2 Yes 3 No

What is Connection Pool ?..

Answer / bhasakr

Connection pool is nothing but which provides the pool of
connections.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Weblogic Interview Questions

how will you trouble shoot the URL issue in Web logic/ways?

0 Answers   Mphasis,


Do you know what is the local interface used by web logic server?

0 Answers  


Which memory space does thread stack get allocated from?

0 Answers  


Explain deployment descriptors?

0 Answers  


what is struck threadump?

3 Answers  






How to integrate sunone/netscape/iplanet with weblogic?

0 Answers  


Java-corba integration: rmi-iiop or java idl? : BEA Weblogic

0 Answers  


What are stating modes are available in Weblogic Server ?

0 Answers  


How do you disturbute applications over a cluster of weblogic nodes

2 Answers   ASIS, HCL, Steria,


How Can Port Number Be Checked ?

0 Answers  


Do ejbs have to be homogeneously deployed across a cluster? Why?

0 Answers  


Are there c/c++ interfaces to wls jms? : BEA Weblogic

0 Answers  


Categories