Search:

Type: Posts; User: GregBrannon

Search: Search took 0.18 seconds.

  1. Replies
    3
    Views
    1,515

    Re: Rereading a Text File in Java

    I suggest using one array to hold the file contents, another array to hold the user's changes, and then write both arrays to the file when the program exits. As data is needed while the program is...
  2. Replies
    3
    Views
    1,515

    Re: Rereading a Text File in Java

    Why are you re-reading the file rather than just using the array in which the file contents have already been stored?
Results 1 to 2 of 2