There are cases when an application needs to read specific lines from a text file (1). Unless each line has a fixed length, the popular method to achieve this in Java is to read the file line-by-line, ...