1.

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 specifiedThe question was asked in class test.This question is from Java 8 Features in section Autoboxing & Miscellaneous of Java

Answer» CORRECT choice is (b) It reads all the lines from a FILE as a Stream

Explanation: Files.lines(Path path) that reads all lines from a file as a Stream.


Discussion

No Comment Found

Related InterviewSolutions