Arrays
Hi,Does anyone know how many bytes does java allocate when I declare a character or a string array like this:char[] a = new char[] without specifying the size.Is it a good idea to not to specify the size?Please help
[257 byte] By [
gopisuri] at [2007-9-26 1:43:49]
