poolableConnection
-
sql
JDBC Connection Pool Example
Connection pooling is a mechanism to create and maintain a collection of JDBC connection objects. The primary objective of maintaining…
Read More » -
commons
org.apache.commons.dbcp2.PoolableConnection Example
In this post we learn how to use a connection’s pool using the apache commons dbcp2 framework. A connection pool…
Read More »