What is Connection Pooling ??? How we set up a particular
connection within connection pooling ????
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by odbc?
What is jdbc connection class?
What are the differences between statement and preparedstatement interface?
Explain the process of creating tables using NetBeans IDE?
What is benefit of using preparedstatement in java?
Why jdbc is used in java?
Where jdbc drivermanager class is used?
Why do we need jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
How do I insert/update records with some of the columns having NULL value?
How to move the cursor in scrollable resultset ?
What are the flow statements of jdbc?
What is resultsetmetadata?
Differentiate between a statement and a preparedstatement.
What is JDBC Statement?