Question: Do the given below assignment Write an Employee Management application to do the given below operations. Assume Employee has attributes as EmpID, EmpName, DOB, Salary,
Do the given below assignment Write an Employee Management application to do the given below operations. Assume Employee has attributes as EmpID, EmpName, DOB, Salary, Age
1. To Insert the record in Employee DB input through command line arguments.
2. To retrieve all the Employee information.
3. To retrieve any employee record input given through command line arguments.
4.To update any particular employee record input given through command line arguments.
5. To delete any particular employee record input given through command line arguments.
6. Let's say you retrieve all the employee information then you need to filter the records by the condition sal>5000 and employee name starts with B and age >21 Use maven project, proper java coding convention, exception handling where ever you feel you can use Java 8 also.
I had some additional information as given below. Your Java programs should be like as a Menu Driven Programs, maven based use My SQL database. in the Employee table, empId field should be incremented automatically. It must be written in Java Language.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
