Student-Registry-System

🎓 Student Database Management System

A simple, console-based Java application that allows users to manage student records using basic CRUD operations. This project demonstrates how to build an interactive student information system using Object-Oriented Programming (OOP) and Java Collections.


📌 Features


🛠️ Technologies Used


🧠 Learning Outcomes


🚀 Getting Started

Prerequisites

How to Run

  1. Clone the repository: git clone https://github.com/yourusername/StudentDatabaseManagement.git

  2. Navigate to the project folder: cd StudentDatabaseManagement

  3. Compile the code: javac StudentManagementSystem.java

  4. Run the program: java StudentManagementSystem

📝 Sample Output

— Student Management System —

  1. Add Student
  2. View All Students
  3. Update Student
  4. Delete Student
  5. Search Student
  6. Exit

Enter your choice: 1 Enter ID: 101 Enter Name: Alice Enter Age: 20 Enter Course: Java Programming

✅ Student added successfully!