Page 1 of 1

What does Files.lines(Path path) do?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) It reads all the files at the path specified as a String
b) It reads all the lines from a file as a Stream
c) It reads the filenames at the path specified
d) It counts the number of lines for files at the path specified