Skip to content

In this Project you will see the work with JAVA for display the student marks distribution system and the process of functionality.

Notifications You must be signed in to change notification settings

PAkash7/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Student-Management-System

In this Project you will see the work with JAVA for display the student marks distribution system and the process of functionality. A simple Student Management System built in Java to manage student records including adding, updating, deleting, and displaying student details. This project demonstrates the core concepts of object-oriented programming (OOP) and file handling in Java.

πŸ“Œ Features Add new student records

Update existing student information

Delete student records

View all student data

Search students by ID or name

Simple command-line interface (CLI)

File-based data persistence (Optional depending on your implementation)

πŸ› οΈ Technologies Used Java (JDK 8+)

IDE: IntelliJ IDEA / Eclipse / VS Code

File handling (for persistence, optional)

OOP concepts (Encapsulation, Inheritance, etc.)

πŸ“ Project Structure bash Copy Edit StudentManagementSystem/ β”‚ β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ Student.java # Model class β”‚ β”œβ”€β”€ StudentManager.java # Core logic (CRUD operations) β”‚ └── Main.java # Entry point β”‚ └── README.md πŸš€ How to Run Clone the Repository

bash Copy Edit cd student-management-system-java Compile the Code

bash Copy Edit javac src/*.java Run the Program

bash Copy Edit java src.Main πŸ“Έ Screenshots (Add screenshots of CLI interface or sample output here if available)

βœ… Future Improvements GUI interface using Swing or JavaFX

MySQL or SQLite database integration

Export data to textfile

Login authentication for admin

🀝 Contributing Contributions are welcome! Feel free to fork the repo and submit a pull request. Please open an issue first to discuss what you would like to change.

πŸ“„ License This project is licensed under the MIT License.

πŸ‘¨β€πŸ’» Author Akash Pandey

About

In this Project you will see the work with JAVA for display the student marks distribution system and the process of functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages