7. == and != The comparison and not equal to operators are allowed with null in Java . This can made useful in checking of null with objects in java.
Can you use == for null?
7. == and != The comparison and not equal to operators are allowed with null in Java . This can made useful in checking of null with objects in java.