Search:

Type: Posts; User: drgy55

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Is there a "best" way to read/write files in Java?

    Perfect, that's exactly what I wanted to know... PrintWriter.checkError() is a good tip, though I'll probably be sticking with just using a BufferedWriter every time so I can get into good habits....
  2. [SOLVED] Is there a "best" way to read/write files in Java?

    I have seen different methods of creating and reading files (specifically text files) in Java. The PrintWriter method or the Formatter with a Scanner to read the file, using a BufferedWriter with a...
Results 1 to 2 of 2