Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavastream pipelinesSingle-choice MCQ

Given the snippet, what is true about the resulting list?

String[] arr = {"a","b"};\nList<String> l = Arrays.asList(arr);