dot length in java - finding its definition

前端 未结 7 1245
野趣味
野趣味 2021-01-03 00:31

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?

EDIT : Wh

7条回答
  •  星月不相逢
    2021-01-03 00:58

    Its a variable that can be accessed for an array to find out how many elements there are in the array.

提交回复
热议问题