Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    10
    Views
    1,186

    Re: Read file and extract different tokens

    There are several classes for regular expressions. Look at the java.util.regex package.
  2. Replies
    10
    Views
    1,186

    Re: Read file and extract different tokens

    Using the StringReader class as I suggest saves everyone from entering test data with the keyboard.
    The "responses" are what you type into the console with the keyboard when you execute the program...
  3. Replies
    10
    Views
    1,186

    Re: Read file and extract different tokens

    The code at line 164 used an index past the end of the array.
    Remember that array indexs range from 0 to the array length-1

    A suggestion for easier testing and to make sure all testers are using...
  4. Replies
    10
    Views
    1,186

    Re: Read file and extract different tokens

    Please copy the full text of the error message and paste it here.
Results 1 to 4 of 4