CRUD-operations using JDBC
A simple Java project demonstrating CRUD (Create, Read, Update, Delete) operations using JDBC with MySQL database. This project covers:
Establishing a database connection using JDBC
Performing Insert, Retrieve, Update, and Delete operations
Implementing DAO Design Pattern for cleaner code
Handling SQL exceptions effectively
Using PreparedStatement to prevent SQL injection