Programming Tutorials

Comment on Tutorial - Read a file line by line in Java - Sample Program By Dorris



Comment Added by : Peter Lawrey

Comment Added at : 2013-01-30 23:46:47

Comment on Tutorial : Read a file line by line in Java - Sample Program By Dorris
Please don't use DataInputStream to read text. Unfortunately examples like this get copied again and again so if you can remove it from your example. http://vanillajava.blogspot.co.uk/2012/08/java-memes-which-refuse-to-die.html

View Tutorial