I would like to make a copy of a string without having a string variable reference the previous string. Would the toString() method be the solution?
In other words, does String.toString() return a copy of its characters rather than a reference to itself?