What is Connection Pool ?
Answers were Sorted based on User's Feedback
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 |
Answer / vru
IT is physical connection between data base and jdbc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mgnagabhushan
A connection pool is collection of data base connections
that is maintain by memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
Answer / bhasakr
Connection pool is nothing but which provides the pool of
connections.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is silent mode?
What is config.xml?
Explain Abt ur wls environment in ur company ?How to answer this question?
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
What is the boot?
Which memory space does thread stack get allocated from?
What are class paths?
What is the difference between multicast and unicast?
What are the advantages of cluster?
In a web logic server what is the domain?
What are jvm tuning parameters?
What are the classes placed in the weblogic classpath?