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