The method ________ of FileOutputStream class is used to write a specific byte of data to a file output stream.

  • append
  • write
  • writeByte
  • writeData
The write method of the FileOutputStream class is used to write a specific byte of data to a file output stream. You can use this method to write individual bytes or byte arrays to a file.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *