Always confused about this stuff. Anyone can help?
Answer
string1.equals(string2) is the way.
string1.equals(string2)
It returns true if string1 is equals to string2 in value. Else, it will return false.
true
string1
string2
false
equals reference
No comments:
Post a Comment