What would you use to compare two String variables - the operator == or the method equals()?

Q

What would you use to compare two String variables - the operator == or the method equals()?

✍: Guest

A

I'd use the method equals() to compare the values of the Strings and the == to check if two variables point at the same instance of a String object.

2012-06-07, 2379👍, 0💬