As we all know, a pool is a collection of stateless objects. Connection pool in jdbc, is a factory that contains set of readily available jdbc connection objects, before actually it being used.
// Before you start running the program you need to make sure that you have a sql installed in your machine. // you nee to add your oqn password for the database in the class DBData in the util ...