Hi,
Strings in Java are considered objects and you cant test equality with objects using "==" cause in Java this means that you are testing that both object references are pointing to the same...