Advertisement



< Prev
Next >



toUpperCase() method



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



Signature of toUppercase()


public String toUpperCase()






Note


Method toUpperCase() method when called on any String object, returns its contents as an upper case String. The returned upper 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




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement