SyntaxFix
Write A Post
Hire A Developer
Questions
You have to initialise the object (create the object itself) in order to be able to call its methods otherwise you would get a NullPointerException.
NullPointerException
WordList words = new WordList();