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

Explain the difference between object state and behavior?

0 Answers  


whats is mean by tiles in struts

2 Answers   SolutionNET,


Name the method to find, if a thread is active or not?

2 Answers  


what is Static binding?

2 Answers   Wipro,


Differences between applications and applets?

3 Answers  






What is the name of the state, when a thread is executing?

4 Answers  


What are the advanatages of RMI ?

1 Answers   HGS,


Why does most servlets extend HttpServlet?

4 Answers   Accenture, Wipro,


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


what is the diffrence between banking and insurance domain?

2 Answers  


What is a task?s priority?

1 Answers  


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

0 Answers  


Categories