Skip to content

krishig6/Student-Management-System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Student Management System (Java)

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.

Technologies Used

  • Language: Java
  • Concepts: Classes & Objects, Methods, Conditional Statements, Loops
  • Type: Console-based application

How to Run

  1. Make sure you have Java installed (JDK).
  2. Save the project files (e.g., Main.java, Student.java) in a folder.
  3. Open a terminal/command prompt in that folder.
  4. Compile the code:
    javac Main.java

About

A console-based student record management system in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages