String methods – charAt() and compareTo()

I this post, we will discuss about string methods charAt() and compareTo(). Let’s discuss them one by one with examples. charAt(): The method charAt(int index) returns the character at the specified index. Index should...