Java String toLowerCase() Method with Example
Java String class provides a method named toLowerCase() to change the case of characters in a string into lowercase letters. Java String toLowerCase() method converts all the characters of a string into lower case, and returns that lower cased string. In other words, the toLowerCase() method of String class returns … Read more