In which class is the length field defined in Java (e.g. for array length)? Will I be able to see it defined say in Object class?
length
Object
EDIT : Wh
You need to be a bit more specific than that.
A variable length can exist in any class. If you mean from the API then you are probably looking for the Array.
Some classes have a length() method.