|
A good answer might be:String |
FileOutputStream
Here are the constructors of the Constructors
The second constructor opens a disk file for appending.
Since we will always use |
QUESTION 9:Will the following statement work? Click Here after you have answered the questionDataOutputStream dataOut = new DataOutputStream( "myFile.dat" ); |