Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 798 Bytes

File metadata and controls

34 lines (28 loc) · 798 Bytes

🎓 Student Management System

📌 Overview

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.

✨ Features

  • ➕ Add Student
  • 📋 View All Students
  • 🔍 Search Student by Registration Number
  • ✏️ Update Student Details
  • 🗑️ Delete Student with Confirmation
  • 🚪 Exit Application

🛠️ Technologies Used

  • Java
  • Eclipse IDE
  • Object-Oriented Programming (OOP)
  • ArrayList
  • Scanner Class

📂 Project Structure

src/
└── demo1/
    └── Demos.java

🚀 How to Run

  1. Open the project in Eclipse.
  2. Run Demos.java.
  3. Use the menu to manage student records.

👨‍💻 Author

Siri Shetty