You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A console-based Java application integrated with MySQL for managing student records. This beginner-friendly project supports core CRUD operations, student search, record exporting, and console clearing — built using JDBC and follows modular, object-oriented principles.
🎓 A beginner-friendly Java console project using JDBC + MySQL Workbench.
Features
Add, View, Update, Delete Students
Search by ID or Name
Clear console view
Export records to a text file
Count total students
Tech Stack
Java
JDBC
MySQL Workbench
Eclipse IDE
About
A console-based Java application integrated with MySQL for managing student records. This beginner-friendly project supports core CRUD operations, student search, record exporting, and console clearing — built using JDBC and follows modular, object-oriented principles.