Search:

Type: Posts; User: Wolf

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    1,078

    Re: Omitting local large variable to save memory

    That said, when I'm in another thread and assign the return value to yet another variable then I don't need to worry about the object being held in memory twice?
  2. Replies
    5
    Views
    1,078

    Omitting local large variable to save memory

    Hi all,

    I have a question regarding best practice in using local variables as my method return variable.

    I have a method like this


    myReturnObject getMyObject(String input) {
    ...
Results 1 to 2 of 2