Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    15,177

    Re: Reading a text file word by word

    Instead of taking the file one line at a time, why don't you take it one word at a time, since that's what you really care about?
  2. Replies
    3
    Views
    15,177

    Re: Reading a text file word by word

    Here is the first hit after googling "java file io": Lesson: Basic I/O (The Java™ Tutorials > Essential Classes)

    But this sounds like a job for the Scanner class. The API is your new best friend:...
Results 1 to 2 of 2