String string1 = new String(); String string2 = new String(); string1 = "Roastie"; string2 = string1;
Apparently what happens here is th