How to take multiple integer input in one line using BufferedReader in Java

+1 vote
Please help me to solve the problem of taking multiple integer input in a single line using BufferedReader class?

In Scanner class we can take multiple input like all elements of array in one line. How to do that using BufferedReader?
Mar 5, 2019 in Java by Shruti
101,605 views

4 answers to this question.