Contact Book App (Java + MySQL) This is a simple console-based Contact Book application developed in Java using JDBC to connect to a MySQL database.
Features: Add Contact: Save a new contact with name, phone, and email.
View Contacts: Display all saved contacts from the database.
Delete Contact: Remove a contact by entering its ID.
🔧 Technologies Used: Java
JDBC (Java Database Connectivity)
MySQL