This is in contrast to C++, which will call T’s default constructor when when constructing an array of Ts. It is similar to constructing an array of T*, except C++ doesn't initialize the array elements while Java does.
This page last modified on 24 January 2006.