How can you read from more than one text file and put the information into an array?
1
Expert's answer
2010-05-11T08:31:46-0400
You can create several objects like BufferedReader, pass to them several objects like FileReader and transmit the data into the array. If data reading is simultenious, then it is necessary to syncronize the flows.
Comments
Leave a comment