Hi Everyone,
plz help me out folks...m trying to solve this problem from last 3 days but it is still not getting solved....Probl em is I am passing one arraylist from one form to other form...and in constructor of that second form i am copying that array in the two new different arraylist by saying new arraylist..
and in further functions i am changing the content of one arraylist but problem is that this changes are getting reflected in other array too....& i dont want this to b done...plz help me out.....
plz help me out folks...m trying to solve this problem from last 3 days but it is still not getting solved....Probl em is I am passing one arraylist from one form to other form...and in constructor of that second form i am copying that array in the two new different arraylist by saying new arraylist..
and in further functions i am changing the content of one arraylist but problem is that this changes are getting reflected in other array too....& i dont want this to b done...plz help me out.....
Comment