Archives for January, 2009
Reading files a la for-each loop.
Tuesday, January 27th, 2009
This post will show you how to use the for-each loop for reading files. This approach tried to replace the following approach
try {
BufferedReader in = new BufferedReader(new FileReader("infilename"));
String str;
[...]
Still alive….
Tuesday, January 27th, 2009
I am still here, with less time than ever, but still here. I will start blogging again very soon.