Why am I continuing to get a NullPointerException? I've tried s.equals(""), s == null, s.length() == 0, !s.equals(""), !s.equals(null) and no matter what, I've continued to receive the NPE error message. Why?