Question: I want the java coding for the task attatched as a picture.The coding should be made on the java software named IntelliJ.Thankyou PRACTICAL 16: HASHTABLES

 I want the java coding for the task attatched as a

I want the java coding for the task attatched as a picture.The coding should be made on the java software named IntelliJ.Thankyou

PRACTICAL 16: HASHTABLES Activity 1 (Portfolio Task): Implement classes PhoneBookEntry, PhoneBook and User that provide the following functionality: Class PhoneBookEntry: o Stores details of a phone book entry, including full name (i.e. both surname and name), phone number, email, and address o Creates a human friendly representation of the class (i.e.toString()) Class Phone Book: o Stores phone book entries in a map based on their details, where details are mapped as: "full name "entry", namely phone book entries are stored in map of type: Map (note that duplicates of full names are not allowed) o Phone book entries can be inserted (an entry for a new full name), updated (updating an entry for an existing full name) or deleted (deleting an entry for an existing full name) o Prints the details of an existing entry (if present in the phone book) by searching the phone book based on a given full name (thus showing the corresponding number) o Prints all entries within the phone book Class User: o Creates a phone book instance and subsequently inserts, updates, removes, and prints phone book entries Discuss your progress with your Tutor during practical sessions. What to include in your Portfolio: Report: Describe in your report which parts of Activity 1 have been successfully implemented IntelliJ Project: Include your Java code for Activity 1 in your IntelliJ project under package "Practical_16

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!