📘 Student Management System (JDBC + MySQL)
A simple Console-Based Java Project built using JDBC and MySQL to perform full CRUD operations on student records. This is simple project who enhance my skills to work with JDBC and gain my confidence.
🚀 Features
✔ All CRUD Opeation
✔ Search Student
✔ MySQL Database Connectivity
✔ PreparedStatement (to avoid SQL Injection)
✔ Clean Menu-Driven Console Interface
🗂️ Project Structure
DBConnect.java
Handles database connection using JDBC.
Stud.java
Contains all CRUD operations (Add, Update, Delete, View, Search).
Main.java
Main driver class that shows a menu and calls the appropriate methods.
🤝 Created by Shyam Chavda
If you like this project, consider giving a ⭐ on GitHub!