To convert a string to lowercase in Java, call toLowerCase() method on the string object . The method returns a new String object with the characters in the original string transformed to lowercase letters.
To convert a string to lowercase in Java, call toLowerCase() method on the string object . The method returns a new String object with the characters in the original string transformed to lowercase letters.