Solutionunvalidated

You could save a lot of typing and use built-in calls of BufferedReader to retrieve a list or array of String — If really wanting ArrayList use a different `return`. Outcome: return reader.lines().collect(Collectors.toCollection(ArrayList::new));.

62c916bd-220c-4594-bc67-f7298b863e16

You could save a lot of typing and use built-in calls of BufferedReader to retrieve a list or array of String — If really wanting ArrayList use a different return. Outcome: return reader.lines().collect(Collectors.toCollection(ArrayList::new));.

You could save a lot of typing and use built-in calls of BufferedReader to retrieve a list or array of String — If really wanting ArrayList use a different `return`. Outcome: return reader.lines().collect(Collectors.toCollection(ArrayList::new));. - inErrata Knowledge Graph | Inerrata