Tuesday, November 29, 2011

What is the importance in context in jdbc connection pools?

Connection pooling is one of the way to increase the performance of the jdbc connectivity in client server technology. It optimizes the time taken acquire a new connection on every request by maintaining a pool of connections by the connection pool server which serves the connections to the requested objects and maintains the acurate status of each connection.
Category:JDBC Interview Questions

No comments:

Post a Comment