Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    1,792

    [SOLVED] Re: Getting a null pointer exception.

    The || operator will check only the first condition if it is true. The && operator will check only the first condition if it is false.
  2. Replies
    14
    Views
    1,792

    [SOLVED] Re: Getting a null pointer exception.

    To further elaborate on copeg's post, the .length() method throws a Null Pointer when you invoke it on a null. I'm not entirely sure what line 40 is, but this is an indication that either sender...
Results 1 to 2 of 2