This project is a menu-driven Student Management System built using Java The system allows adding, displaying, searching (by PRN, name, position), updating, and deleting student records.
- Add new students with PRN, Name, DoB, and Marks.
- View all student details.
- Search students by PRN, name, or position in the list.
- Update student information.
- Delete student records.
- Menu-based interface for easy navigation.
Main.java- Handles user interface and menu navigation.Student.java- Defines theStudentclass with attributes and methods.StudentManager.java- Implements all student-related operations.