home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

JavaArray.length Property

Name

JavaArray.length Property---the number of elements in a Java array

Availability

Navigator 3.0

Synopsis

javaarray.length

Description

The length property of the JavaArray object is a read-only integer that specifies the number of elements in the Java array represented by the JavaArray object. This property is read-only because arrays in Java have a fixed length.


Previous Home Next
JavaArray Book Index JavaClass

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell