what's the max size you can put in an array?
when declaring an array,, i wonder if there's a limit or a maximum length you can use for array?
ex.:
int n[] =newint[what's the max length for this?];
JButton b[] =new JButton[what's the max length for this?];
thanks!!!

