Regarding null safe oprators

Joseph D. Darcy Joe.Darcy at Sun.COM
Wed Jul 15 16:06:43 PDT 2009


Vimil Saju wrote:
> If null-safe operators are going to be a part of JDK-7, is it possible to modify the new 'for loop' syntax so that a null pointer exception is not thrown if the list or array over which the loop iterates is null?
>   

No; that will not be done if null-safe operators are added.

-Joe





More information about the coin-dev mailing list