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 |
How would you use Bubble Sort to sort the number of elements?
What is regex in java?
What will happen if we declare don’t declare the main as static?
What is a java predicate?
which one is performance wise advantageious from List,Set,Map?
What is mysql driver class name?
How do you start a thread?
What does the three dot emoji mean?
Explain list interface?
What do u mean by method and also contructer in java ?
What is the purpose of java?
What are advantages of using Java?s layout managers than windowing systems?