What is Connection Pooling ??? How we set up a particular
connection within connection pooling ????
Answers were Sorted based on User's Feedback
Answer / muru aingaran
Connection pooling has set of database connections which is
loaded into memory once and it will be reused tat
connection whenever the query processing required without
again reconnect the database.This is called connection
pooling.
| Is This Answer Correct ? | 11 Yes | 0 No |
How to get the data from a table into a buffer?
What is an odbc driver?
What is the benefit of having jdbcrowset implementation?
Which is better odbc or jdbc?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How many types of resultset are there in jdbc?
What does executequery return in java?
What is drivermanager in jdbc?
What are statements in JAVA ?
How do you insert images into database using jdbc?
Which is best database for java?
What is jdbc thin client in oracle?