how to create following Java applicatin? [on hold]
- by Tushar Bichwe
Write a JAVA program which performs the following listed operations:
A.
Create a package named MyEmpPackage which consists of following classes
A class named Employee which stores information like the Emp number, first name, middle name, last name, address, designation and salary. The class should also contain appropriate get and set methods.
05…