you should always use EQUALS when comparing strings.

A String is an OBJECT, when doing String == String, you are asking computer to check if they are the same 'object'.

for example:


String...