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 |
What are the different types of lockings in jdbc?
Is the JDBC-ODBC Bridge multi-threaded?
How does jdbc connect to database?
Is jdbc an api?
How can we move the cursor in a scrollable result set?
Without using of Class.forName(? ?), how do you connect to db?
Where is jdbc used?
Does jdbctemplate close connection?
what happen if we set JDBC string to NULL?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
Write an sql to find all records having all numeric characters in a field ?
What are the factors that the jdbc driver performance depends upon?