Does below code need to be wrapped in try-with-resources to make sure underlying file is closed?
`List<String> rows = Files.lines(inputFilePath).collect(Collectors.toList());`
Aucun commentaire:
Enregistrer un commentaire