Page 1 of 1

How to read entire file in one line using java 8?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Files.readAllLines()
b) Files.read()
c) Files.readFile()
d) Files.lines()