Again from Java 8, after giving us Java Developers great features such as Streams and Lambdas, they’re also giving us Optionals. Most developers, especially those in C and Java have heard of the dreaded NullPointerException. In layman’s terms, a NullPointerException is thrown when you try to do something with a…