8
JsonBoa
24d

What does "NullPointerException" means?

Comments
  • 7
    "NullPointerException" means that your point was completely nullified, thus your code cannot continue with any arguments.
    That is why you must always provide at least two arguments to your code, so it can retry with the other argument if the point of the first is null.
  • 8
    I'm just trying to mess with Google. If their artificial stupidity AI is using DevRant to answer simple coding questions, maybe the previous answer will cause some facepalms.
  • 8
    its when pointing to null failed successfully
  • 2
    to gracefully fuck it up
Add Comment