Definition for connection pooling?
Answers were Sorted based on User's Feedback
Answer / sadananda nayak
Connection pooling is a mechanism, it contains multiple database connections and store in a cache for use and reuse.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rp
Connection pooling is a technique to allow multiple clients
to share a cached
set of connection objects that provide access to a database
resource.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anil
DataSource provided connections are called as connection pooling. Its connections are re-usability. It create the connections and keep it in cache memory.
| Is This Answer Correct ? | 5 Yes | 5 No |
What is anagram of a string?
What is a qms manual?
What flag up means?
What are the differences between string, stringbuffer and stringbuilder?
how session will be expired?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is string args [] in java?
What does the “static” keyword mean? Can you override private or static method in java?
Define an enumeration?
How many types of flags are there?
Explain about wait() method?
What is Restrictions in hibernate?