Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: How do we fill in an array using substring, FileReader and a txt file?

    The Scanner class would be easier to use to get the words out of the String.
    To use the substring method, you would need to find the location of first byte and the location of last byte of each...
  2. Re: How do we fill in an array using substring, FileReader and a txt file?

    Those lines that you have posted can be read into a String (for example with the Scanner class methods)
    Then what do you want done with the data?
    The String class's split method will separate a...
Results 1 to 2 of 2