Search:

Type: Posts; User: nutan

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,026

    Re: Null Pointer Excpetion help......

    Thanks !!!! i got it... i hadn't created the object of the ArrayList in the WordList class......


    public void addWord(Word word)
    {
    wordList = new ArrayList<Word>(); //this was...
  2. Replies
    4
    Views
    1,026

    Re: Null Pointer Excpetion help......

    Exception in thread "main" java.lang.NullPointerException
    at WordList.addWord(WordList.java:24)
    at Execution.main(Execution.java:13)

    --- Update ---

    Exception in thread "main"...
  3. Replies
    4
    Views
    1,026

    Null Pointer Excpetion help......

    Help needed .. Null pointer Exception.. ~o)





    //Execution class .......


    public class Execution {
Results 1 to 3 of 3