View Single Post
Old Jun 1st, 2006, 9:44 PM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 841
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
This code is very inefficient as you read the entire file twice. You should instead use an ArrayList to store each line.
titaniumdecoy is offline   Reply With Quote