+ 1

how does we compare string values?

11th Jul 2017, 5:05 AM
Natan Mesay
Natan Mesay - avatar
2 Answers
+ 6
"The == operator checks to see if the two strings are exactly the same object. The .equals() method will check if the two strings have the same value." https://stackoverflow.com/questions/513832/how-do-i-compare-strings-in-java
11th Jul 2017, 5:07 AM
Hatsy Rei
Hatsy Rei - avatar