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 |
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
What are static and dynamic queries?
What is drivermanager in jdbc?
What is connection pooling? What Method and class used for Connection pooling in Java?
What are the different types of interfaces in the api component?
What do you understand by jdbc datasource?
What is meant by a ResultSet?
What is the difference between jdbc and jndi?
Where is mysql jdbc driver located?
Does jpa use jdbc?
How warnings are retrieved in JDBC?
Where is ojdbc14 jar located?