12/6 In Java, == means the same object whereas .equals() means whatever you want it to be (e.g. same lexical value) right? \_ Yes.