True or false. If you do not include any constructors in your class, Java will automatically create a default or no-argument constructor that takes no arguments, performs no initializations, but allows the object to be created.
Answer: allocates memory for the object.; is used to create an object of a class.; associates an object with a variable that names it.; All of the above.
True or False. The purpose of equals, a boolean valued method, is to compare two objects of the class to see if they satisfy the notion of "being equal"
If this Parameter is not used as the variable with the same name is used in the method, all instances of the variable name will be interpreted as a _____.