This example shows how to connect to a (MySQL) DBMS in Java using the JDBC libraries and drivers and leveraging the Apache Commons DBCP2 to create and manage a connection pool. The application shows ...