I have the following code:
public static void main(String[] args) { try { String[] studentnames = { /* this is an array of 9000 strin
You method is too long.
Create different methods to split it and make it much more readable and maintanable.