java get list copy by value code example Example: java copy list List<Object> copy = new ArrayList<>(original_list);