|
|
|
|
If you wanted to learn how to read and write files from Java, you might be tempted to look first at the class File. It turns out that you do not use class File to read and write files, but it is a useful class that represents a file or a directory. Here are some details about what it can do... |
| The page was last updated February 19, 2008 |