demonstrate the bufferedwriter stream with an example program
Attachments:
Answers
Answered by
0
Writer class. The buffering characters are used for providing the efficient writing of single arrays, characters, and strings.
Answered by
0
Answer:
void write(String s, int off, int len) It is used to write a portion of a string.
void flush(-) It is used to flushes the input stream.
void close(-) It is used to closes the input stream
Similar questions