Given the snippet, what is true about the resulting list?String[] arr = {"a","b"};\nList<String> l = Arrays.asList(arr);