Originally Posted by
Cero.Uno
I need the opposite method to equals.
while("".equals(userChoice)==false);
added: equals is the right thing to use, while comparing strings, when you do this ==,!= you compare addresses of the strings, not theactual strings (remember String is an object)