#java-8-optional
Read more stories on Hashnode
Articles with this tag
Introduction Java introduced Optional<T> in Java 8 to handle the common issue of NullPointerException and make code more readable and expressive....