Connection Pooling Means:
A Connection Pool is a container of open and reusable connections. A Connection Pool is released from the memory when the last connection to the database is closed.
Advantages:
The basic advantage of using Connection Pooling is an improvement of performance and scalability
Connection Pooling can increase the database performance to a huge extent