Please enable JavaScript to use CodeHS

CodeHS Glossary


Array length Java

The number of elements an array can hold. You can get the length of an array `arr` by typing `arr.length`