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

Explain what is the procedure to configure jms security?

0 Answers  


How many types you configure managed server in weblogic server ?

0 Answers  


Is weblogic a web server?

0 Answers  


What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of polymorphism? 15. What is inheritance?

2 Answers   IBM,


What is the difference between jboss and weblogic?

0 Answers  






what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?

0 Answers  


what will happen if a managed server will go down at the time of performing the request

2 Answers  


Difference between multicast and unicast?

0 Answers  


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

0 Answers  


How to change from default jvm to others?

0 Answers  


where the transaction logs will be stored

1 Answers  


Explain the types of application deployed in wls?

0 Answers  


Categories