toLowerCase():This is another built-in function in Java that converts all the characters in a string to lowercase letters.
charAt(): This method returns the character at a specified index position within a string.
length():The length() method returns the number of characters in a string.