0
Difference between Scanner and BufferReader Class in Java
More User Convient At a Time By Dynamic inputs
1 Answer
+ 1
Though both are meant for standard input but Scanner is used for parsing tokens from the contents of the stream while BufferedReader just reads the stream and does not do any special parsing. BufferedReader is synchronized and Scanner is not