| Author |
Exploring arrays
|
Swapnil Sapar
Ranch Hand
Joined: Sep 29, 2003
Posts: 41
|
|
They say "Array objects have a single public variable length that gives you number of elements in the array" Just wondering what is the name of the class which holds length variable? I tried following exercise to find the name of the class of Arrays and explored(printed) its methods and fields using reflection. The result shows following Q. What is the name of class of an array? Where can we find the documentation of this (array's) class? Q. Why can't we see mysterious variable length as field? Am I missing something here? [ December 25, 2004: Message edited by: Swapnil Sapar ] [ December 29, 2004: Message edited by: Barry Gaunt ]
|
SCJP 1.4 (90%), SCWCD 1.4 (92%)
|
 |
Swapnil Sapar
Ranch Hand
Joined: Sep 29, 2003
Posts: 41
|
|
No comments from experts ?? All the techies seem to be having gala time of X-mas. Anyways, Merray Christmas.
|
 |
Swapnil Sapar
Ranch Hand
Joined: Sep 29, 2003
Posts: 41
|
|
No comments?
|
 |
 |
|
|
subject: Exploring arrays
|
|
|