Sunday, April 29, 2018

Difference b/w FileOutputStream and FileWriter in java ?

  • FileOutputStream class is meant for writing streams of raw bytes / java object such as image data.
  • FileWriter class is meant for writing character data to a file. 
  • Similarity b/w FileOutputStream & FileWriter: Both the classes belongs to java.io package

No comments:

Post a Comment

Blueprint for self-improvement

To learn faster: Make the process fun To understand yourself : Write To understand the world better : Read To build deeper connection : Lis...