I cannot figure out that what are the differences between ... in java and arrays also array list, especially array list.
...
Both we can use as unlimited bu
new int[5];
new ArrayList();
public void printLines(String... lines)