Create an employee class which holds information


Create a Java application, that support the following:
- Create an Employee class, which holds following information:
- Employee First Name
- Employee Last Name
- Employee Phone Number
- Employee Address
- Employee id
- Employee Title
- Employee salary

Create Constructors -
- A minimum of 3 constructors including default constructor
- Getters and setters
- Helper methods
- toString() method
- Create an application that uses the Employee class
- Create 5 Employee objects
- Use a Scanner to read in 5 employee information
- Change 2 employees information (3-items each)
- Create an Employee report at the end using appropriate class methods, to generate the report

Please include a UML diagram with the finished code.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create an employee class which holds information
Reference No:- TGS0117713

Expected delivery within 24 Hours