Could any one provide me Employee management system in core
java .
Output should be like on console screen:
"Employee management System:
1 Add employee
2 Delete Employee
3 Update employee
4 search employee
5 exit
Choose Anyone:
1
Add employee:
Enter employee name:
Enter emlployee Id:
.................................. "
thease all detail chould be insert into a TEXT file not in database.
Same think for delete and search and update.
Please help me out