What does Files.lines(Path path) do?
(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
The question was asked in class test.
This question is from Java 8 Features in section Autoboxing & Miscellaneous of Java