Re: Java Arrays Question

  • From: "Littlefield, Tyler" <tyler@xxxxxxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Tue, 29 Mar 2011 07:52:53 -0600

As far as I know, there is not a set of documentation for arrays beyond what you can do in the tutorial. An array is just a collection of variables.

Also: your statement was wrong. It should be:
int[] myarray = new int[10];
HTH,
On 3/29/2011 7:45 AM, Homme, James wrote:

Hi,

When you write

anArray = new int[10];  // create an array of integers

Does this make an instance of an array class? If so, where is the documentation for the class. I have to be missing it.

Thanks


Jim


This e-mail and any attachments to it are confidential and are intended solely for use of the individual or entity to whom they are addressed. If you have received this e-mail in error, please notify the sender immediately and then delete it. If you are not the intended recipient, you must not keep, use, disclose, copy or distribute this e-mail without the author's prior permission. The views expressed in this e-mail message do not necessarily represent the views of Highmark Inc., its subsidiaries, or affiliates.


--

Thanks,
Ty

Other related posts: