Typo corrections, Clarifications, Hints for F16 exam e01

Typo corrections, clarifications and hints will be placed on this page during the exam.

  • Q6: buidl.xml should be build.xml

  • Q7c:
    • Missing word (shown in bold) “Briefly explain how the .equals method”… overloaded overridden
    • ALSO: “this specific case” means “this particular a and b with Dog objects that both have Alice as the name.
    • “in general” means: the general case of not overriding the .equals method for Dog, regardless of what objects are being compared.
  • Several students have asked “don’t we need a getter for the Dog class?” My response is: think about that very carefully.