Advertisements
Advertisements
प्रश्न
Give the output of the following:
String n = "Computer Knowledge";
String m = "Computer Applications”;
System.out.println(n.substring(0,8).concat(m.substring(9)));
System.out.println(n.endsWith("e"));
लघु उत्तर
उत्तर
Computer Applications
true
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?