Given a string and a value of j, charAt(j) tells you the j-th character of the string. The "reverse" process (I am guessing, you don't say) is to set the j-th position to some given character. ...