I need to store a string of length approx 2 60 000 characters. I get an error saying that it is too large. Searching on Google, I found different answers and each one has a reason. Now, what is the maximum length of a String and what do I do if I wish to store strings larger than that maximum size?