Removing common value from an ArrayList. consider i have one Arraylist as shown below
arrayList1= [U1,U2,U3,.GY,.GY,.GY,U4,.GY,U5,U6,.GY,.GY,.GY]
My result should be
arrayList1= [U1,U2,U3,.GY,.GY,U4,.GY,U5,U6,.GY,.GY]
Could anyone please help me out.
Thanks in Advance