Definition for connection pooling?

Answers were Sorted based on User's Feedback



Definition for connection pooling?..

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

Definition for connection pooling?..

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

Definition for connection pooling?..

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

Post New Answer

More Core Java Interview Questions

What is another word for methodology?

0 Answers  


Can a class have an interface?

0 Answers  


Does java allow default arguments?

0 Answers  


What is quick sort in java?

0 Answers  


Is java map thread safe?

0 Answers  






What is the use of parse function in java?

0 Answers  


How do you sort in java?

0 Answers  


What are different types of expressions?

0 Answers  


Difference between method overloading and method overriding in java ?

0 Answers  


Can a constructor have different name than a class name in java?

0 Answers  


Differentiate between nested and inner class in java.

0 Answers   Akamai Technologies,


real time example for deadlock,starvation,livelock

5 Answers  


Categories