In So many Books they had written String is Un Modifiable. But Once
we created string Object we can Replace Content of String.Any One Can
Help Me?
> In So many Books they had written String is Un Modifiable. But Once
> we created string Object we can Replace Content of String.Any One Can
> Help Me?
I suspect you are not actually replacing the contents of the String, but
rather, are changing the variable reference to point to a different String.
- Oliver