What is Connection Pooling?



What is Connection Pooling?..

Answer / suraj kumar

Connection pooling is conceptually similar to any other form
of object pooling. Database connections are often expensive to
create because of the overhead of establishing a network
connection and initializing a database connection session. In
turn, connection session initialization often requires time
consuming processing to perform user authentication, establish
transactional contexts and establish other aspects of the
session that are required for subsequent database usage.
Hence, sharing of connection object helps to both alleviate
connection management overhead and decrease development tasks
for data access. The sharing and storing mechanism of
connection object is known as connection pooling.

Is This Answer Correct ?    16 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

Why is actionform a base class rather than an interface?

0 Answers  


what is disadvantage of thread?

3 Answers   HCL,


What is an abstract method?

0 Answers  


what is DGC?

1 Answers  


Which component handles cluster communication in jboss?

0 Answers  






advantage of thread?

3 Answers   HCL,


Why are some of the class and element names counter-intuitive?

0 Answers  


Is “abc” a primitive value?

0 Answers  


How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration

1 Answers  


Differences between applications and applets?

3 Answers  


What value does readline() return when it has reached the end of a file?

0 Answers  


What is the main functionality of RRL(Remote Reference Layer)?

3 Answers  


Categories