Q:

savve array to <List>

Arrays.asList(array);
3
Integer[] spam = new Integer[] { 1, 2, 3 };
List<Integer> list = Arrays.asList(spam);
9

New to Communities?

Join the community