im trying to make a program thats supposed to check whether 2 strings are anagrams of each other (anagram = same letters in both strings, but in different orders... "cool as wet art" , and "cs at waterloo" for example).


[CODE=java]while (str2.get_Lengt h() != 0) //<---- checks whether second string is "cleared"
{

//loop, from...