A Java-based student management system project for academic purposes. This program manages student records, courses, and enrollments using core Java and data structures.
Features
Add, update, and delete student information.
Manage course details and enrollments.
Search for students and courses efficiently.
Uses ArrayLists and custom classes for organization.
How it Works
Students: Stored in objects with ID, name, and other details.
Courses: Stored as objects with course ID, name, and enrolled students.
Enrollments: Link students to courses using lists.
How to Run
Install Java (JDK 8+ recommended).
Compile the project: