English

Differentiate between toLowerCase() and toUpperCase(). - Computer Applications

Advertisements
Advertisements

Question

Differentiate between toLowerCase() and toUpperCase().

Distinguish Between

Solution

S. No. toLowerCase() toUpperCase()
1. Converts all the characters in the String to lowercase. Converts all characters in the String to upper case.
2. Example:
String t = "JOSH"; 
System.out.println(t.toLowerCase());

Example:

String t = "kite"; 
System.out.println(t.toUpperCase()); 
3. In the example above, the outcome will be Josh. In the case above, the output will be KITE.
shaalaa.com
  Is there an error in this question or solution?
Chapter 4: String Handling - EXERCISES [Page 289]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 4 String Handling
EXERCISES | Q VI. 3. | Page 289
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×