Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a java program of employee management system . Three type of users can access system: Human Resource, Management ,and general employee. A human resource

Write a java program of "employee management system" . Three type of users can access system: Human Resource, Management ,and general employee. A human resource user will be able to add, view , search, modify and delete employee.A manager user can only search and view employee . A general employee can only view his file. 1) Your program will implement a managemet information system. 2) The minimum requirements of the system are: implement a login system and the login will determine which features are accessible to the employee. 3) There should be log in screen and menu screen which will be like as follow: For human resources user: Option 1: Add employee Option 2: View employee Option 3: Modify employee Option 4: Delete employee For management user: Option 1: Search employee Option 2: View employee For general employee user: Option 1: View employee All there functions of adding, viewing, modifying, deleting should be done using gui , with the use of event handling in java. 4) employees basic information which will be stored by using file streams in java . Do not use any other source like SQL or anything else, it should be done through filing. All the program should be written in java language and using gui and event handling for performing the given functions.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

How many multiples of 4 are there between 10 and 250?

Answered: 1 week ago

Question

How many three-digit numbers are divisible by 7?

Answered: 1 week ago