“In order to return an object from a Java method, you must first declare a variable to hold a reference to the object .” So in this case, Ball is a variable that is a reference to the object. Correct? redBall is a reference to the object created by the new Ball(“red”) statement.