> Hi !
>
> Which class in the Java 2 API Reference can I find the information about
the
> instance variable "length" for the array object ?  Someone asked me this
> question and I just couldn't answer. It is not in the Array class
> (java.lang.reflect.Array) when I looked into the reference.
>
> Thanx in advance.
> CC
>
Arrays are first class objects in Java however they are actually 'built'
into
the language. You cannot do anything like extend them etc however it
does have properties like length.

You will need to look at a Java language reference rather than API docs.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to