| View previous topic :: View next topic |
| Author |
Message |
sirisha264@gmail.com Guest
|
Posted: Sun Dec 10, 2006 6:17 pm Post subject: Sirisha |
|
|
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? |
|
| Back to top |
|
 |
Oliver Wong Guest
|
Posted: Mon Dec 11, 2006 11:46 pm Post subject: Re: Sirisha |
|
|
<sirisha264 (AT) gmail (DOT) com> wrote in message
news:1165753050.347815.206260 (AT) n67g2000cwd (DOT) googlegroups.com...
| Quote: | 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 |
|
| Back to top |
|
 |
|