How to avoid NullPointerException in Java
Most of the developer’s idea is null checks makes the code less understandable and less reliable. Tony Hoare, who invented null references, calls them “a billion-dollar mistake”.
Read more “How to avoid NullPointerException in Java”