Java Strings: Strings are used for storing text. A String variable contains a collection of characters surrounded by double quotes (""). charAt(int index): The charAt() method returns the character at ...