Which Of The Following Statements Is Correct #264
Which of the following statements is correct?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Arrays and Strings - Searching and Modifying Strings - Quiz No.1.
Which of the following statements is correct?
replace() replace() method replaces last occurrence of a character in invoking strings with another character
replace() method replaces only first occurrence of a character in invoking strings with another character
replace() method replaces all occurrences of one character in invoking strings with another character
none of the mentioned