Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

length

Summary

The number of elements in the Java array represented by the JavaArray object.

Property of JavaArray
Implemented in: JavaScript 1.1, NES 2.0

Description

Unlike Array.length, JavaArray.length is a read-only property. You cannot change the value of the JavaArray.length property because Java arrays have a fixed number of elements.

See Also

Array.length

Document Tags and Contributors

 Contributors to this page: fscholz, Mgjbot, Maian, Dria
 Last updated by: fscholz,