Advertisement



< Prev
Next >



toLowerCase() method





The toLowerCase() method of String class is used to convert all the characters in a String to lower case letters.




Signature of toLowercase()


public String toLowerCase()






Note


Method toLowerCase() method when called on any String object, returns its contents as an lower case String. The returned lower case String must be stored or used otherwise it is lost.


Please Subscribe

Please subscribe to our social media channels for daily updates.



Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page

Notifications




Please check our latest addition

C#, PYTHON and DJANGO


Advertisement