Computers and Technology
Computers and Technology, 17.06.2021 16:00, gabi83

Java Address Book Project In this project, you will be creating an address book that can store information about people. Overall Goals The application should be able to do the following: • Present the user with a list of options to interact with the database and take in their input • Allow the user to perform the following actions Add an entry • Remove and entry • Search for a specific entry Print the contents of the address book • Delete the contents of the address book • Quit the program Entry Structure Entries should be contained in a class. Each entry should contain the following properties: - First name Last name - Phone number - Email address All variables should be private and only accessible via getter and setter methods You should override the toString method so that the entries can be printed in an easy-to-read manner. You can create other methods as you see fit. Address Book Structure The address book should contain an ArrayList of Entry instances. This ArrayList can be accessed and modified using methods that accomplish the following: • Adding entries • New entries should contain all of the properties required by an entry. The email address needs to be unique. Other properties do not need to be unicu • Remove an entry • An entry can be removed by searching the database for an email address and then removing the entry with that unique email addres. • Search for an entry • Users can pick which methods they will search by (first name, last name, phone number, or email address). The program will then take in a search and search the address book for an entry that contains the search as a subtring (og. If a first name search is conducted with all entries that have first name starting with a will be returned) • Printing the address book All of the entries will be printed out • Deleting the book • The address book will be cleared • Quit • The program will stop running Program Functionality

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 12:00, savjk74
Which of the following “invisible” marks represents an inserted tab?
Answers: 1
image
Computers and Technology, 22.06.2019 22:20, gingerham1
Avariable of the data type arrays is storing 10 quantities. what is true about these quantities? a. the quantities all have different characteristics. b. the quantities all have the same characteristics. c. five quantities have the same and five have different characteristics. d. it is necessary for all quantities to be integers. e. it is necessary for all quantities to be characters.
Answers: 2
image
Computers and Technology, 22.06.2019 22:30, studybug2306
Jason needs to learn a new web tool. he went through his books to understand more about it. now he wants hands-on experience with using that tool. what would him? jason can use websites where workspace is provided to test the results of your code.
Answers: 2
image
Computers and Technology, 22.06.2019 23:30, bri2008
Which of the following is not a symptom of chronic fatigue syndrome
Answers: 2
Do you know the correct answer?
Java Address Book Project In this project, you will be creating an address book that can store infor...

Questions in other subjects:

Konu
Chemistry, 30.10.2020 02:20
Konu
Mathematics, 30.10.2020 02:20