What is InputStreamReader And BufferedReader and for what purpose it is used | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is InputStreamReader And BufferedReader and for what purpose it is used

10th Nov 2020, 10:14 AM
Adi Pund
Adi Pund - avatar
2 Answers
+ 1
It is basically another way of taking user input apart from Scanner class. It generally takes the input as a character stream and reads from it. Here is a simple example. https://code.sololearn.com/cL5YR3CMiOo8/?ref=app
10th Nov 2020, 7:51 PM
Avinesh
Avinesh - avatar