Let's take a file sample.txt which has the following contents. To read the 3rd line using Java 8 stream, we can use the following code snippet. If the line number is not present this would throw NoSuchElementException

Read more of this post