I’m using BufferedReader to read a string, which is converted into a character array.

My program works find with short strings, but not long ones?

Is there a limit to the char array’s?

Thanks in advance!

  • No Related Post