I want to fetch a very big html page, however when I tried to use jsoup for parsing the page it reported a lot of erros because the page is too large.
I also saved this page as a text file (resulting in a 225mb file), but the file is so large it exceeds the 2147483647 characters limit of String and StringBuilder.
How can I handle such a large string?