Is
public Red() {
            System.out.println("Red");
        }
a constructor that displays a string "Red" in this case? Do I understand it correctly?