Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,781

    [SOLVED] Re: Immutable String

    The code for the substring method actually isn't that nice. What the substring method "really" does is create a new String object which references the same literal String in memory, but adjusts some...
  2. Replies
    7
    Views
    1,781

    [SOLVED] Re: Immutable String

    The literal String "Skakal pes pres oves" is stored in memory.
    The String variable s references the literal String in memory.
    When you assign a new value to the s variable, you do not alter the...
Results 1 to 2 of 2