SyntaxFix
Write A Post
Hire A Developer
Questions
You can use a structure like the following:
while ((line = bufferedReader.readLine()) != null) { System.out.println(line); }