Thread
:
Quick question.. really Quick
View Single Post
Jun 1st, 2006, 9:44 PM
#
5
titaniumdecoy
Expert Programmer
Join Date: Nov 2005
Posts: 841
Rep Power:
3
This code is very inefficient as you read the entire file twice. You should instead use an ArrayList to store each line.
titaniumdecoy
View Public Profile
Visit titaniumdecoy's homepage!
Find More Posts by titaniumdecoy