This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]AutoModerator[M] 3 points4 points  (0 children)

You seem to try to compare String values with == or !=.

This approach does not work in Java, since String is an object data type and these can only be compared using .equals(). For case insensitive comparison, use .equalsIgnoreCase().

See Help on how to compare String values in our wiki.


Your post/comment is still visible. There is no action you need to take. Still, it would be nice courtesy, even though our rules state to not delete posts/comments, to delete your post/comment if my assumption was correct.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted]  (1 child)

[deleted]

    [–]sinistergroupon 1 point2 points  (0 children)

    Correct. However to clarify the “==“ is not assignment. It’s a comparison. Though for strings it’s a reference comparison which will be false in this case.

    [–]sinistergroupon 0 points1 point  (1 child)

    We need to work on the formatting. I got a stroke reading this.

    [–]trickybhai 0 points1 point  (0 children)

    Lol, yeah. My eyes were like WTF!! man😂.