0 votes
in JAVA by

The primary use of Files.lines(Path path) is that it:

1) reads the lines that are from a file as the Stream

2) reads the files that are at the path specified as the String

3) counts the total number of lines for the files at the specified path

4) reads the filenames at the specified path

1 Answer

0 votes
by

1) reads the lines that are from a file as the Stream

Related questions

0 votes
asked Feb 28, 2023 in JAVA by rajeshsharma
+1 vote
asked Jan 10, 2021 in JAVA by rajeshsharma
...