Question: Create Person class which includes firstName, middleName, lastName, multiple phone numbers, multiple addresses(should contains street, city, state, and country), multiple notes, and groupName. Note:The user
Create Person class which includes firstName, middleName, lastName, multiple phone numbers, multiple addresses(should contains
street, city, state, and country), multiple notes, and groupName.
Note:The user can have more than one phone number and address.
Write Week05.java to display the menu such as 1 for writeData, 2 for readData, and x for terminating the program.
Week05.java should create 10 Person objects to serialize and 3 of them has 3 phones and 2 addresses, 2 of them has 3 notes and 2 phones.
Note: be careful where to store serialization file and read from.
screenshot needed of problem
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
