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
Objective: A simple CLI-based Java application to manage student records using core Java features. This project supports CRUD operations: Create, Read, Update, and Delete.
🛠️ Features:
Add a new student
View all students
Search student by ID
Update student details
Delete student record
Exit the system
About
A Java-based CLI Student Record Management System that allows you to create, view, update, search, and delete student records. Built using OOP principles and in-memory data storage. Ideal for learning CRUD operations in Java.