What operation does Files.readAllLines(Path) perform?
Files.readAllLines(Path)
Copies all lines to another file
Deletes all lines from a file
Reads all lines from a file and returns them as a List
Writes all lines to a file