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 an abstract class be final?
Give the difference between the println method and sqrt method?
types of applets?.
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What’s the difference between applets and standalone program?
What is the program compilation process?
What is the difference between length and length () in java?
Can we inherit a class with private constructor?
What is floor math?
What is Session and cookies?Explain in detail with an example?
What is comparable and comparator interface? List their differences
What is better- service oriented or batch oriented solutions?