Java Practices -> Determine if Strings are equal
Concise presentations of java programming practices, tasks, and conventions, amply illustrated with syntax highlighted code examples. ... To determine if two String objects match exactly, you should almost always use the equals method, and not the == oper...