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 is due to all code in single methods solution :create more some small methods then this error will be gone