Re: [whatwg] WebIDL and HTML5

On Wed, Aug 27, 2008 at 5:05 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> Garrett Smith wrote:
>>

[will review later]

>> Which languages include the value null in their string type?
>
> I already mentioned Java and C/C++ earlier.  There are plenty of others.
>

Java does not include null value for String type. You can ignore the
null type and just pretend that null can be of any reference type, but
that does not make null a string.


> -Boris
>

Received on Thursday, 28 August 2008 00:10:30 UTC