Search:

Type: Posts; User: pbrockway2

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,542

    Re: HTML Parsing

    You will get a NullPointerException whenever you use a variable, method (, or other expression) as if it had a non null value when it is really null. Commonly such usage involves array access with []...
  2. Replies
    3
    Views
    1,542

    Re: HTML Parsing

    Which is line 31 of FileHtmlParser.java?
Results 1 to 2 of 2