copy a list in another list from a certain index to another java code example Example: java copy list List<Object> copy = new ArrayList<>(original_list);