0
In java using only the bufferedreader and the scanner class (not using the file class) how to read a file
Java not using file class read a file
2 Answers
+ 6
Here are few websites:
1.Using Scanner
https://javabeginnerstutorial.com/code-base/how-to-read-a-file-using-scanner-class/
2.Using Bufferreader
https://javabeginnerstutorial.com/code-base/how-to-read-a-file-using-bufferedinputstream/
I hope this will help you
Keep practicing!!!
+ 1
What I needed to do was create a scanner and then use the buffered reader on the scanner.