documentation question
Why doesn't the java class documentation include examples in the many ways to construct and initialize an array; it just lists the array methods and fields like sort and length but it doesn't show the many ways to initialize an array when it's first created. Where am I supposed to look for this information? (should I add: I know some ways to initialize an array, but I learned a new one today from a friend, and I'm very befuddled about why this information isn't easier to find, and wondering what I'm missing.)
