Difference btw null and false... (Beginning Java forum at...
Either your getValue() method can return an object in which case null is possible and your first block will throw an Exception . . . Or, it can return a boolean, in which case your second block might run. I thin