Skip to content

saikishore2410/Student-Record-Management-System-CLI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Record Management System (CLI) - Java

Overview

A simple command-line Student Record Management System in Java that demonstrates OOP (encapsulation), collections (ArrayList), and basic CRUD operations:

  • Add student
  • View all students
  • Find student by ID
  • Update student
  • Delete student

Files

  • Student.java - Model class (id, name, marks) with getters/setters.
  • StudentManager.java - Handles storage (ArrayList) and CRUD operations.
  • Main.java - CLI menu and user interaction.

How to compile & run

  1. Open terminal in project folder.
  2. Compile:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages