difference between null != something and something != null

前端 未结 7 665
故里飘歌
故里飘歌 2021-01-22 20:04

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条回答
提交回复
热议问题