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 |
What is the difference between long.class and long.type?
Wt is the main difference between Java and Java J2EE and Advanced java?
What is a policy?
What is table mutation and how do you avoid it?
For which statements does it make sense to use a label?
How will the struts know which action class to call when you submit a form?
Is “abc” a primitive value?
How to deploy Jar, War files in J2EE?
Define the remote object implementation?
What is the difference between ear, jar and war file?
What is DTD?
Can I map more than one table in a cmp?