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 |
Is it possible to connect to multiple databases simultaneously?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
Which is better odbc or jdbc?
What are dml and ddl?
Explain about the drive manager class working?
When do we get java.sql.SQLException: No suitable driver found?
What is JDBC RowSet? What are different types of RowSet?
What are the jdbc statements?
What is a jdbc driver and how many jdbc drivers are available?
What is new in JDBC 2.0?
What is jdbc and odbc in java?
What is a connection string used for?