In this program we are going to update a file forcefully. Firstly we have to make an object of OutputStream and pass a file name in which you want to update in the constructor of a FileOutputStream class. After that pass some data to the stream. The methods we are using in this class has already been discussed in other topics.
Code of the program is given below:
import java.io.*;
|
Output is given below:
| C:\ForcingUpdates>java ForcingUpdates Congrats you have entered the text forcefully |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Forcing Updates to a File to the Disk View All Comments
Post your Comment