Back
As far I know, the two most common methods of reading character-based data from a file in Java is using Scanner or BufferedReader. I also know that the BufferedReader read files efficiently by using a buffer to avoid physical disk operations. My questions are:
Scanner
BufferedReader
31k questions
32.8k answers
501 comments
693 users