Computer Science, asked by elhanan01, 1 year ago

can anyone help me with explaination of java io.*; buffered reader input stream reader package in java bluej?​

Answers

Answered by Anonymous
1

Answer:

The Java.io.BufferedReader class reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.Following are the important points about BufferedReader − The buffer size may be specified, or the default size may be used

Similar questions