We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
The lines reading part for the second method can be simplified with:
reader.lines().forEach(System.out::println);
Regards :),
Yann
Thanks! Fixed ;)
The lines reading part for the second method can be simplified with:
reader.lines().forEach(System.out::println);
Regards :),
Yann