array to list conversion

List list = Arrays.asList(array);

Comments