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 do we get the connection from connection pool
What is the execute method in java?
Why resultset is used in java?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
What is ODBC and JDBC? How do you connect the Database?
What are the types of jdbc drivers that exist?
What is jdbc thin client in oracle?
What is difference between jdbc and odbc?
Why are we using blob datatypes in jdbc?
What is correlated subquery?
0 Answers emc2, JK Technosoft,
What is the return type of execute, executequery and executeupdate?
What are the considerations for deciding on transaction boundaries?