List<Integer> list1 =Arrays.asList(1,2,3,4,5);
List<Integer> list2 =Arrays.asList(1,2,3,4,5);
as above, for two list objects, how to use the function provided by java8 stream to add the same subscript values in the two list to generate a new list
if the above two list should generate the result should be
{2Jing 4pm 8JJ 10}