Skip to content

Hoang-Nguyen-Huy/PRO192--CandidateManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRO192--CandidateManagement

Create a Java console program to manage Candidates of a company. This program has the following functions: Find, insert, update, and delete candidates.

All Candidates have common attributes: Candidate ID, First Name, Last Name, Birth Date, Address, Phone, Email, and Candidate type (1, 2, 3).

Each kind of candidate has addition different attributes:

  • (1) Experience candidate: year of experience (ExpInYear), Professional Skill (ProSkill).

  • (2) Fresher candidate: graduated time (Graduation_date), Rank of Graduation (Graduation_rank), and university where student graduated (Education)

  • (3) Intern candidate: Majors, Semester, University name.

Note:

  • Input and Output data are from (to) text files

  • All exceptions should be checked

  • Students can add other functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages