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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?