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

Write a program to find the whether a number is an Armstrong number or not?

0 Answers   Aspire, Infogain,


What are generic methods?

0 Answers  


Is empty in java?

0 Answers  


Java does not support multiple inheritance. how interface helps in the same?

5 Answers   TCS,


How many types of array are there?

0 Answers  






When do we use synchronized blocks and advantages of using synchronized blocks?

0 Answers  


What is tcp ip in java?

0 Answers  


What is the meaning of I ++ in java?

0 Answers  


What are assembly attributes?

0 Answers  


how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?

1 Answers   Verizon,


Adapter classes?

3 Answers  


is it possible to instantiate the math class?

0 Answers  


Categories