Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.13 seconds.

  1. Re: Iterate over array, changing current object?

    Well by "overwriting" I was referring to rewriting the Object's memory location. But to have my question answered: reassigning the FOR variable does nothing to the array (although envoking methods on...
  2. Re: Iterate over array, changing current object?

    Now, that is only true because char is a primitive, right? For Objects, it does refer to the Object, since you can envoke methods on it while inside the while loop that may make changes to the Object...
Results 1 to 2 of 2