| Author |
Array object ?
|
Fox Hu
Ranch Hand
Joined: Jan 23, 2003
Posts: 49
|
|
I can use field length to get the size of an array such as int i[] = {0,1,2} ; then i.length will equals 3 But where does the length field come from ? Which class does it belong to ?
|
 |
Vijayakumar Arya
Ranch Hand
Joined: Jan 27, 2003
Posts: 76
|
|
Hi Neal, You need to refer the JVM specification regarding the implementation of the array objects. Please refer this page for more info http://java.sun.com/docs/books/vmspec/2nd-edition/html/Concepts.doc.html#16446 [ February 21, 2003: Message edited by: Vijayakumar Arya ]
|
Thanks,<p>Vijay<p>The Hand that gives, Gathers.
|
 |
 |
|
|
subject: Array object ?
|
|
|