Advertisements
Advertisements
प्रश्न
Write down the syntax to perform the following task:
To replace the word "old" with the word "new" in a given String st = "old is always old".
एक पंक्ति में उत्तर
उत्तर
String str = st.replace("old", "new");
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?