Person Class is here
package application; public class Person { String Id; String fullName; String street; String city; String gender; String zip; public Person(