# Quick tip: Avoiding null pointer exceptions in Java
3 min read
Admit it. It has happened (not even just once) to all of us. Building something with Java and getting null pointer exceptions because: a) we did not check for null value of objects and/or b) we did…