I want to address the necessity to test every object if you want to access a field or method of this object. For example: [code] if (someobject != null) { someobject.doCalc(); } [/code] In this case I will avoid a NullPointerException, and I don't know exactly if ...
Home/statement
Oraask Latest Questions
Question
Question
Question
Question
Question