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
Its a variable that can be accessed for an array to find out how many elements there are in the array.