I have an ArrayList l1 of size 10. I assign l1 to new list reference type l2. Will l1 and l2 po
ArrayList
l1
l2
Try to use Collections.copy(destination, source);