...
Dereferencing a null
pointer can lead to denial of Service. In multithreaded programs, this can violate cache coherency policies and cause resource leaks. Catching and ignoring {{NullPointerException
}}s can result in hard to diagnose system failures or security issues.
...