pass by value

  1. D

    Android Question Force to Pass by Value

    I have a scenario where I have to pass a list to a temp variable and then re-initialize the list. When I re-initialize the list I lose the value in my temp variable. The reason being that it passed the reference to the temp variable and not the values. Here is a sample code, any suggestions on...
Top