A good answer might be:
|
Summary of Class FileWriterHere is a list of some of the constructors and methods used with FileWriter. All of the methods are inherited from its ancestors. For a complete list of methods refer to your on-line documentation. Constructors
Methods
Data might not go immediately to the disk after a write(). The flush() method ensures that data previously written is sent to the disk. The second write() method sends a portion of a string to the file. |
QUESTION 11:Could the user of a program name the file that is created? Click Here after you have answered the question |