Jarrett Billingsley wrote: > They will give you exactly the same result, though the > > T[] arr = new T[n]; > > form will be slightly faster, only because it doesn't have to check to see > what the current length of the array is when it resizes it. > > Jarrett, Orgoton, Alexander, Thanks for the info. Myron.