I have the following code:
public static void main(String[] args) { try { String[] studentnames = { /* this is an array of 9000 strin
Just externalize Strings from your code to one *.properties / xml / json file. Netbeans and/or Eclipse can do it for you easly.