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

what is singleton class? where it mainly used in the projects?

5 Answers   Satyam, Wipro,


Explain ioc concept?

0 Answers  


how the action can be map from jsp page to bean class in mvc1

1 Answers   Photon,


what is handle?

0 Answers  


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

0 Answers  






What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


Howmany interfaces are used in RMI?

2 Answers  


Are there books about seam?

0 Answers  


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

0 Answers  


What is a tasks priority and how is it used in scheduling?

0 Answers  


What’s jboss cache in short?

0 Answers  


What is ripple effect?

0 Answers  


Categories