Tag Archives: Optional

Optional and Objects: Null Pointer Saviours!

No one loves Null Pointer Exceptions ! Is there a way we can get rid of them ? Maybe . . .  Couple of techniques have been discussed in this post Optional type (new in Java 8) Objects class (old Java 7 … Continue reading

Posted in Java, Java SE | Tagged , , , , | Leave a comment