<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Length - Page 14 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=length&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=length&amp;p=15">3.Next</a>
</p>
<p>such as a <a href="page.php?w=dynamic_array">dynamic array</a>, can be described as the number of elements contained in it.<syntaxhighlight lang="Java">import java.util.List;</syntaxhighlight></p>

<p>int[] a = {1, 2, 3, 4, 5};int len = a.length; // len = 5</p>

<p>List<Integer> list = List.of(1, 2, 3, 4, 5, 6, 7, 8);int len = list.size(); // len = 8</integer></p>

<p><big> Units </big></p>
<p>In the physical sciences and engineering, when one speaks of [[unit of length, the word length is synonymous with <a href="page.php?w=distance">distance</a>. There</p><p>
<a accesskey="1" href="page.php?w=length&amp;p=13">1.Previous</a><br />
<a accesskey="3" href="page.php?w=length&amp;p=15">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
