Instance Variable length For The Array

2000-04-27 Thread Chao Chen
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 referen

Re: Instance Variable length For The Array

2000-04-27 Thread Kathryn Fitzgerald
Which class in the Java 2 API Reference Array: getLength(Object array) Returns the length of the specified array object, as an int. ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the

Re: Instance Variable length For The Array

2000-04-27 Thread Andy Bailey
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 referenc