News

Another way to size Java arrays is to provide all of the array elements at the time of initialization: // Size the Java array with a set of known values int[] arraySizeExample = new {0,1,1,2,3,5,8}; ...
Does "background initialization" wipe the array like the documentation seems to indicate??<BR><BR>Thanks in advance for any and all responses on this.