I want to find the character at a particular position of a very large string. However i am unable to use charAt() method because the range exceeds that of int.
charAt()
Would taking just a shorter substring from the large string and accessing the corresponding position help?