Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

How can we make String upper case or lower case?

Category: Java

We can use String class toUpperCase and toLowerCase methods to get the String in all upper case or lower case. These methods have a variant that accepts Locale argument and use that locale rules to convert String to upper or lower case.

Leave a Reply

Your email address will not be published. Required fields are marked *