Re: [whatwg] WebIDL and HTML5

Garrett Smith wrote:
> 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.

Any Java method that takes a String can have null passed to it.  That's 
the only question here: if the method says it takes a DOMString, what 
can you pass to it?

-Boris

Received on Thursday, 28 August 2008 00:14:42 UTC