Java - Constructors
You want to create a class
Person that sets the name to "Unknown" by default if no name is given. Which constructor code correctly implements this using a default constructor?