मराठी

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

Advertisements
Advertisements

प्रश्न

Differentiate between toLowerCase() and toUpperCase().

फरक स्पष्ट करा

उत्तर

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
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 4: String Handling - EXERCISES [पृष्ठ २८९]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
पाठ 4 String Handling
EXERCISES | Q VI. 3. | पृष्ठ २८९
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×