difference between null != something and something != null

前端 未结 7 1656
庸人自扰
庸人自扰 2021-01-22 11:30

Is there a difference between null != something and something != null in Java. And if there is a difference then which one should I use and why??

7条回答
  •  被撕碎了的回忆
    2021-01-22 12:05

    In java if we compare any, always we have to place variables at left hand side and values are placed at right hand side...

提交回复
热议问题