Introduction to Using MySQL with Java
Sometimes, you might find yourself needing to communicate with a database such as MySQL programmatically. Maybe you are creating a CRUD (Create, Read, Update, and Delete) application. Or maybe you don’t have a direct connection to the database.