1 implement proper exception handling mechanism


1. Implement proper exception handling mechanism for this application.

2. Display all data

a. Search specific data (depending of the user selection, your application should either display employee(s) that meet the criteria or display the text "No Employee Found").

b. Search by Last Name (search should be case insensitive)

c. Search by Job Title (search should be case insensitive)

d. Sort by Last Name. (A to Z only)

e. Sort by Job Title. (A to Z only)

f.  Sort by Weekly Salary (this is the result of the call to calculateSalary method). (Z to A only)

3. For this assignment, your application should also be able to store employee data in a file and read the data from a file.

4. You should provide a file with your assignment with sample employee data that can be read and displayed by the application.

5. Your application should allow for adding new employee data to the file.

Request for Solution File

Ask an Expert for Answer!!
Computer Graphics: 1 implement proper exception handling mechanism
Reference No:- TGS0277068

Expected delivery within 24 Hours