On Tue, Oct 16, 2012 at 3:35 AM, Kagamin <[email protected]> wrote: > Well, it's true non-null types can be statically checked. But if you try > to code without nulls, what is the chance to run into null pointer? >
You mean by calling external (potentially unsafe) code that contains null pointers? -- Ziad
