Using java Collections to copy array list I have seen lot’s of people using Collections.copy and most of times you see this error on console Normally we use following code to copy an array-list Only problem in the above code is that for list items2 we are assuming that it has same capacity as list [...]