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