Advertisements
Advertisements
प्रश्न
State the output of the following program segment:
String str1 = "great"; String str2 = "minds";
System.out.println(str1.substring(0,2).concat(str2.substring(1)));
Systern.out.println(("WH" + (str1.substring(2).toUpperCase())));
लघु उत्तर
उत्तर
The output of the program segment is as follows:
grinds
WHEAT
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?