Any difference between java.util.Collections.synchronizedList() and Apache commons-collections' ListUtils.synchronizedList().
Any reason to prefer one over the other?
Any difference between java.util.Collections.synchronizedList() and Apache commons-collections' ListUtils.synchronizedList().
Any reason to prefer one over the other?
The java doc clearly states,
So no difference.