my file content contains four columns
001 mike 1122 98
002 stephen 1232 97
Using RandomAccessFile i need to store the each column in its respective array types.
readInt() is used to read Integer of column 1
how can i read the strings(column 2) to store in string array?