Skip to main content

58 posts tagged with "java"

View all tags

Read a Text File Line by Line in Java

· One min read
Apache Wangye
Software developer and technical writer

Reading a file line by line is appropriate for logs and other large text files because it avoids loading the complete file into memory. Always specify the character set and close streams reliably.

Total views -- · Visitors --