FALCONSEYE
Programmer
thanks for the help in advance,
i have the following
int n[] = new int[1500];
and i am wondering what is the maximum length for a given array. in my case, if i put 150000 it fails to compile. any ideas?
thanks
i have the following
int n[] = new int[1500];
and i am wondering what is the maximum length for a given array. in my case, if i put 150000 it fails to compile. any ideas?
thanks