#Java8 #readTextFile #Stream
How to read a text file in Java? (with Streams)
In this, we are going to learn how to read a text file in java.
We will see advanced use cases like reading a text file as stream and processing.
_____________________________________________________________________________________
You can find all the demo code here -
Github - https://github.com/tech-recipes/java-...
_____________________________________________________________________________________
00:00 Overview
00:31 Read complete file into String
01:54 Java 11: Files.readString(path)
04:50 Java 8: Files.readAllLines(path)
09:00 Java 6: BufferedReader
13:16 Java 8 streams to process a file.
____________________________________________________________________________________
Links to tools used in the video:
Intellij Idea: https://www.jetbrains.com/idea/