Computer Science, asked by miranparveez12, 6 months ago

how to take input from the iser without buffer reader or scanner​

Answers

Answered by sinzoshree
1

Answer:

You can do it simply by the following steps:

Use the BufferedReader Class and wrap it with the InputStreamReader Class. BufferedReader br = new BufferedReader(new InputStreamReader(System. ...

Now since the readLine method throws an IOException you need to catch it.

Explanation:

hope it's helpful ☺️

please mark as brainlist ❣️

follow me

please❣️

Similar questions