I have a bit of Java code where I need to check if an object is null. If the object is null, set a flag in a boolean primitive for use later, and if not, do something to the object. Is it faster for ...
In the post Common Red Flags in Java Development I looked at some practices that are not necessarily wrong or incorrect in and of themselves, but can be indicative of potentially greater problems.