Is there anyway to check the Connection leakage in J2EE application ? The application is running on my local machine. It uses MySQL database. User Enters his details into the Database.
In my opinion Connection leakage means not closing the Connection object properly. I am creating too many Database connections in my application. I want to check is there any connection leakage in database connections