Advertisements
Advertisements
प्रश्न
Write down the syntax to perform the following task:
To check if the second character of a String(str) is in uppercase.
एक पंक्ति में उत्तर
उत्तर
boolean p = Character.isUpperCase(str.charAt(1));
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?