Search:

Type: Posts; User: Json

Search: Search took 0.15 seconds.

  1. Replies
    8
    Views
    2,292

    [SOLVED] Re: NullPointerException.CLARIFICATION

    Id say its because of this.



    // Json
  2. Replies
    8
    Views
    2,292

    [SOLVED] Re: NullPointerException.CLARIFICATION

    Try this one.



    String word = null;

    String upperCaseWord = word.toUpperCase();


    // Json
  3. Replies
    8
    Views
    2,292

    [SOLVED] Re: NullPointerException.CLARIFICATION

    You were right in your first post, when a variable is assigned with null it is actually pointing to null/nothing which means that if you try to invoke a method on that null reference will give you a...
Results 1 to 3 of 3