I am not sure if I even really need to know this for programming java, but its bothering me not to know...
i know that an int stores 4 bytes of memory and a char stores 2 bytes...
is it the same for an array???
like if int a[100];
does mean we give 100 cells * 4 bytes of memory???
annie


annie
Reply With Quote