This is a simple Student Management System project built using Java and MySQL. It allows users to perform basic operations like adding, viewing, and managing student records from the command line.
- Connects Java application to MySQL database
- Add new student records
- View all student records
- Modular code structure (DB connection, operations, and main logic)
- Java
- MySQL
- JDBC