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 can I retrieve a String or other object type without creating a new object each time?
How can a java objects be stored in database?
What are the methods which can verify the cursor particular position?
How can we retrieve data from the resultset?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is layer in communication?
Why we use jdbc instead of odbc?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
What is ojdbc14 jar?
Why do we need jdbc api?
How can you retrieve data from the resultset using jdbc?
Is jdbc a framework?