Is there any maximum size for code in Java? I wrote a function with more than 10,000 lines. Actually, each line assigns a value to an array variable.
arts_b
This seems a bit like madness. Can you not initialize the array by reading the values from a text file, or some other data source?