Hi and good day to all,
Just a curious question, when I am comparing a String object with blank space(" "), I type x.equals(" ") in my Netbeans IDE(x is a String type variable), but Netbeans automatically shows it's an error and change it to " ".equals(x) instead.
Anyone here know about it and keen to answer my question??
Thank you.