- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 27 Aug 2008 20:13:59 -0400
- To: Garrett Smith <dhtmlkitchen@gmail.com>
- CC: Web Applications Working Group WG <public-webapps@w3.org>
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