Advertisements
Advertisements
प्रश्न
If String x = "Computer";
String y = "Applications";
What do the following functions return?
- System.out. println(x.substring(1,5));
- System.out.println(x.indexOf(x.charAt(4)));
- System.out.println(y + x.substring(5));
- System.out.println(x.equals(y));
थोडक्यात उत्तर
उत्तर
- ompu
- 4
- Applicationster
- false
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?