Java NullPointerException is an unchecked exception and extends RuntimeException. NullPointerException doesn’t force us to use catch block to handle it. This exception is very much like a nightmare for most of java developer community. They usually pop up when we least expect them. I have also spent a lot of precious time while looking for […]
The post Java NullPointerException – How to effectively handle null pointer in Java appeared first on HowToDoInJava.