FileWriter in java

In previous post, we have seen InputStream and OutputStream. In this post, we will see how to write data to a text file with the help of  FileWriter in java. FileWriter is a  character based classes unlike FileOutputStream which is used...