how does we compare string values? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how does we compare string values?

11th Jul 2017, 5:05 AM
Natan Mesay
Natan Mesay - avatar
1 Answer
+ 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