0
What is InputStreamReader And BufferedReader and for what purpose it is used
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