
How to Read from file java? What is the best method for a text file having a size of 10GB. Since i have to process the file one line at a time so tell me the very best method.
Thank you

There are many ways to read file in java.
Using
The easiest way is to use the BufferedReader class to read a text file.
Read more at Read File in Java
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
