Question #66

How can you read from more than one text file and put the information into an array?

Expert's answer

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.
LATEST TUTORIALS
APPROVED BY CLIENTS