I know that == has some issues when comparing two Strings. It seems that String.equals() is a better approach. Well, I\'m doing JUni
==
Strings
String.equals()
"The == operator checks to see if two Objects are exactly the same Object."
Objects
Object
http://leepoint.net/notes-java/data/strings/12stringcomparison.html
String is an Object in java, so it falls into that category of comparison rules.
String