This project is a simple Java Application that demonstrates how to connect Java with a database using JDBC. This System allows users to manage student records by performing CRUD Operations such as Inserting, Updating , Deleting and Viewing Student details.
-Java -JDBC(Java Database Connectivity) -MySQL -SQL
- Insert new Student Records
- Update existing student information
- Delete Student Records
- View all Student Records from the database
- Exit from the system
The main objective of this project is to understand how java applications interact with databases using JDBC and how CRUD operations are implemented using SQL queries.