Community

Understanding, Accepting and Leveraging Optional in Java

(Eugen Paraschiv) One of the most interesting features that Java 8 introduces to the language is the new Optional class. The main issue this class is intended to tackle is the infamous NullPointerException that every Java programmer knows only too well.

Read More - Register for Free Membership