what is the difference between null != object and object!=null
Posted
by rozer
on Stack Overflow
See other posts from Stack Overflow
or by rozer
Published on 2010-05-30T11:51:48Z
Indexed on
2010/05/30
12:02 UTC
Read the original article
Hit count: 192
java
Please guide me.
what is the difference between null != object and object!=null
same for "".equal("something") and "something".equals("")
which one is good for processing.
© Stack Overflow or respective owner