String copy in same location in java

From: megha (megha_at_4cplus.com)
Date: 04/29/04


Date: 28 Apr 2004 22:17:38 -0700

Hi

I have string in java now i want to replace that string but at same
time I want
this string is replaced on same memory location on which first string
was.
How I can do it. In simple replace it creates different memory
location for every string even in tha case of replace.

Thanks in advance



Relevant Pages

  • Re: Outdated help (feat. Access 97 and VB4)
    ... that vbNullString is not a string purely because it doesn't point to a ... on a variable being of string type. ... pointer to the memory location of the variable the pointer to the variable ...
    (comp.databases.ms-access)
  • Re: ApostaC - Variadic functions RFCAS
    ... treat a string as a number or suchlike *very hard*. ... varargs and type-safety were different issues. ... first and varargs second, ... I assume Bill's point was that 42 ISN'T a memory location: ...
    (comp.programming)
  • Re: Outdated help (feat. Access 97 and VB4)
    ... allocated memory to point to a string space, but the string space they point to is different. ... The traditional explanation is that vbNullString points to ... In the four bytes before the memory location we find ... The string pointer points to a memory ...
    (comp.databases.ms-access)
  • Re: MyMutableString Class
    ... that takes in a String object and does ... that String object is stored without making use of pointers (, ie, not ... can I possibly access the memory location where the String object is ... the string in the char array. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Outdated help (feat. Access 97 and VB4)
    ... > Whenever we concatenate a string the memory location of the data ... > When we assign an initialised string the meory location changes. ...
    (comp.databases.ms-access)