Is there really a reason when you would NOT use BufferedReader at all when reading text? I was trying to look for disadvantages but I can't seem to find any.
The reason I am asking is I would want to guarantee using BufferedReader right away whenever we encounter reading text files in our projects.