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 are the different algorithms used for clustering?

0 Answers  


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

4 Answers  


what about static?

1 Answers  


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


How to send a request to garbage collector?

3 Answers  






What is servlet preinitialization?

3 Answers   iFlex,


java is fully object oriented languages or not? why?

12 Answers   HCL,


What is runnable?

2 Answers  


Urgent Openings for Java and .NET ( India, Singapore, Australia, Japan)

2 Answers   Wipro,


what is handle?

0 Answers  


Which component handles cluster communication in jboss?

0 Answers  


Dear freinds... I want to know how to write self mapping for a table using hibernate?

1 Answers   Cap Gemini,


Categories