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

How infinite loop is declared?

0 Answers  


Who developed java?

0 Answers  


What is charat ()?

0 Answers  


What is dynamic array in java?

0 Answers  


What happens if an exception is not handled in a program?

0 Answers  






what is main purpose of interface?

2 Answers   Accenture, HCL, NIIT,


What is Enum in Java?

0 Answers  


What is the exact difference in between Unicast and Multicast object? Where will it be used?

0 Answers  


What defines function?

0 Answers  


What are predefined functions?

0 Answers  


What is the difference between member variables initialization and assignment in a constructor?

0 Answers   Hexaware, Virtusa,


Is string a keyword in java?

1 Answers  


Categories