Can I use == to compare two strings?

2. Compare Strings Using == Operator. In String, the == operator is used to comparing the reference of the given strings, depending on if they are referring to the same objects. When you compare two strings using == operator, it will return true if the string variables are pointing toward the same java object .

Read more