A menu-driven Student Management System developed using Java and Object-Oriented Programming (OOP). The application allows users to manage student records through a simple console interface.
- ➕ Add Student
- 📋 View All Students
- 🔍 Search Student by Registration Number
- ✏️ Update Student Details
- 🗑️ Delete Student with Confirmation
- 🚪 Exit Application
- Java
- Eclipse IDE
- Object-Oriented Programming (OOP)
- ArrayList
- Scanner Class
src/
└── demo1/
└── Demos.java
- Open the project in Eclipse.
- Run
Demos.java. - Use the menu to manage student records.
Siri Shetty