A simple console-based Student Management System written in Java.
This project allows the user to manage basic student records using a menu-driven interface.
Features
Add Student – Enter and store basic student details (name, age, course, ID).
View Students – Display the list of all added students.
Search Student – Search for a student using their ID.
Update Student – Modify an existing student's details.
Delete Student – Remove a student record using their ID.
- Language: Java
- Concepts: Classes & Objects, Methods, Conditional Statements, Loops
- Type: Console-based application
- Make sure you have Java installed (JDK).
- Save the project files (e.g.,
Main.java,Student.java) in a folder. - Open a terminal/command prompt in that folder.
- Compile the code:
javac Main.java