<?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="Nullable type - Page 8 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Nullable_type&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Nullable_type&amp;p=9">3.Next</a>
</p>
<p>object pointers that can be NULL require the user to check the pointer before using it and require specific code to handle the case when the object pointer is NULL. </p>

<p><a href="page.php?w=Java_%28programming_language%29">Java</a> has classes that correspond to scalar values, such as Integer, Boolean, and Float.  Combined with <a href="page.php?w=autoboxing">autoboxing</a> (automatic usage-driven conversion between object and value), this effectively allows nullable variables for scalar values.</p>

<p><big>Compared with option types</big></p>
<p>Nullable</p><p>
<a accesskey="1" href="page.php?w=Nullable_type&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Nullable_type&amp;p=9">3.Next</a>
</p>

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

</card>
</wml>
