Would it be to use an ArrayList and store everything in it? Or use a StringBuffer and store everything in it? Or do we read in character by character? What I am trying to achieve is the fastest possible way to read in large or small files basically.
Thanks in advance.