Java Part 4 Write Client Program Demonstrates Three Classes Read Employee Data Text File C Q37031652

JAVA

Part 4

Write a client program that demonstrates the above threeclasses, read employee data from a text file, create andinstantiate new Employee objects, and handles exceptions in theprocess. Code efficiency must be considered.

  1. In the client program CShw4.java, you will create variousobjects and test all the methods of the above three classes on theway you define them.

  2. Download the hw4data.txt file and place it in the root folder ofyour CShw4 project. The text file contains employee data in whicheach line contains information for one employee, in the order ofID, first name, last name, year of hire, month of hire, and day ofhire.

  3. Create an

    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.