There is a class called
ArrayList. The methods you are looking for are named:
1. contains - tell if applicant exists in the list
2. add - add an applicant to the list
3. remove - remove an applicant from the list
Please read that documentation and attempt to solve this on your own. The documentation is available in some languages other than english.