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 |
Can extern variables be initialized?
How does synchronized modifier work?
What is array length?
What is high level language in computer?
Which class should you use to obtain design information about an object in java programming?
How many bits is a word?
What are the differences between string, stringbuffer and stringbuilder?
What is boolean strategy?
What is a protected class in java?
Do I need java for windows 10?
What are variable arguments or varargs?
which method is used to know the status of the Thread?