0
What's the extact difference between scanner and bufferreader...which we need to use?
1 Answer
0
Bufferedreader prebuffers the file in Memory first and then the program uses it. You can also declare a Buffer size for the reader
Scanner just reads it.