What is InputStreamReader And BufferedReader and for what purpose it is used | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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