Skip to content

komalborghare/StudentManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 Student Management System (Java)

📌 Description

A simple console-based Student Management System built using Core Java.
This project allows users to perform basic operations like adding, viewing, searching, updating, and deleting student records.


🚀 Features

  • ➕ Add Student
  • 📋 View All Students
  • 🔍 Search Student (by ID or Name)
  • ✏️ Update Student Details
  • ❌ Delete Student
  • 🚪 Exit Application

🛠️ Technologies Used

  • Java
  • ArrayList (for storing data)
  • Scanner (for user input)

📂 Project Structure

StudentManagementSystem/ │ ├── StudentManagementSystem.java # Main program file ├── README.md # Project documentation

🧑‍🎓 Student Attributes

Each student record includes:

  • ID
  • Name
  • Age
  • Gender
  • Course
  • Year/Semester
  • Contact

▶️ How to Run

1️⃣ Compile the Program

javac StudentManagementSystem.java

About

Core Java application to manage student records

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages