Array of objects which has data from CSV file giving array out of bounds exception
I am trying to make a program that performs some sorting on a 1D Array of object that takes data from a CSV file, but I am unable to get the program running properly. I am aware of array lists but I do not want to use array lists here.