Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited the webstart NCCE example and added text about problems with catching and ignoring NullPointerException.

...

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.

...