DEV Community

Discussion on: Those sneaky NullPointerExceptions!

Collapse
 
martinhaeusler profile image
Martin Häusler

I've come to realize that there's only one way to truly eliminate NullPointerExceptions on the JVM.

Use Kotlin.

It's 2019, the Null-Problem has been solved, and solved well.

Collapse
 
joshaustintech profile image
Joshua Austin

Looking into Kotlin because I've heard so many good things about it.