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
# Student Record Management System
## Overview
A simple CLI-based Java program to manage student records using ArrayList.
Implements CRUD operations: Create, Read, Update, Delete.
## Features
- Add a new student
- View all students
- Update student details
- Delete a student record
## How to Run
1. Compile:
javac Student.java StudentManagementSystem.java
java StudentManagementSystem