On Wed, Aug 27, 2008 at 5:05 PM, Boris Zbarsky <[EMAIL PROTECTED]> 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 >
