I am working in Java.
I usually configure some objects as such:
public class Foo { private SomeObject someName;
The question arises: Is someName in this example equals null , as-in. Can I reliably for all objects assume that null checks on uninitialized objects will be exact?
java null initialization
SnakeDoc May 22 '13 at 18:57 2013-05-22 18:57
source share