Setting strings equal to each other (Beginning Java forum at JavaRanch)
I want to check and see if two strings are equal to each other, and am pretty sure this code: if (title == courseTitle) ... The equals method is defined in the base class Object, which guarantees that all objects have that method. In Object, the method's ...