Java “?” Operator for checking null - What is it? (Not Ternary!)

前端 未结 14 769
心在旅途
心在旅途 2021-01-27 15:38

I was reading an article linked from a slashdot story, and came across this little tidbit:

Take the latest version of Java, which tries to make null-poi

14条回答
  •  太阳男子
    2021-01-27 16:27

    There was a proposal for it in Java 7, but it was rejected:

    http://tech.puredanger.com/java7/#null

提交回复
热议问题