Comment Re:Backup Copy In Case (Don't Mod This Please) (Score 0, Offtopic) 259
i was reading that 'java sucks' link. i think your difficulty is that you have no idea what you are doing and/or do not understand oop at all. you were using a reference to a string, you were comparing memory locations. why did you expect the result to return true? and no, it is not different in C/C++, if you had used a reference to a String object in that language it would have done the same thing.