https://github.com/abhinav-26/employee-management-system
This repository consists of Java Program for Employee Management System.
https://github.com/abhinav-26/employee-management-system
employee-management employee-management-system java java-8 java-assignment java-oop java-project
Last synced: about 2 months ago
JSON representation
This repository consists of Java Program for Employee Management System.
- Host: GitHub
- URL: https://github.com/abhinav-26/employee-management-system
- Owner: Abhinav-26
- Created: 2020-04-20T06:48:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T15:15:02.000Z (about 1 year ago)
- Last Synced: 2024-11-10T21:02:19.043Z (8 months ago)
- Topics: employee-management, employee-management-system, java, java-8, java-assignment, java-oop, java-project
- Language: Java
- Size: 275 KB
- Stars: 85
- Watchers: 5
- Forks: 73
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee-Management-System
This repository consists of Java Program for Employee Management System. In this repository I have created a TUI program for Employee Management System which consists of 4 different operation.
(1) Adding User
(2) Removing User
(3) Updating User
(4) Viewing details of UserThe Program is completely based on OOPs concept.
# How to run ?
For Compliation :javac EmployManagementSystem.java
To Run Program :
java EmployManagementSystem