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 could you retrieve password for I-Planet console if you have forgotten?

1 Answers   HCL,


Can the bean class implement the ejbobject class directly? If not why?

0 Answers  


What is boot?properties file in weblogic server?

0 Answers  


what is i3

3 Answers   IBM,


Can we deploy jar in weblogic?

0 Answers  






What is meant by session replication?

0 Answers  


How are the notifications generated when a server is added to a cluster?

0 Answers  


What is meant by prallel gc and explain it?

0 Answers  


What are the steps in which unicode codesets can be set with the weblogic jdriver?

0 Answers  


Difference between weblogic development and production mode?

0 Answers  


Define the purpose of the serializedsystemini.dat file?

0 Answers  


What are the different weblogic installation types?

1 Answers  


Categories