FYI Never, unless you have reason to compare objects, use == to compare strings. String's are objects, and thus should be compared using the equals method