My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Java 8 Optional Tutorial

Java 8 Optional Tutorial

Rick Liangberg's photo
Rick Liangberg
·Aug 10, 2017

If you're a Java programmer, then you must have heard about or experienced NullPointerExceptions in your programs. NullPointerExceptions are Runtime Exceptions which are thrown by the jvm at runtime. Null checks in programs are often overlooked by developers causing serious bugs in code.