Which Of The Following Statement Is Correct #389
Which of the following statement is correct?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java String Handling - StringBuffer Class in java - Quiz No.1.
Which of the following statement is correct?
reverse() method reverses all characters
reverseall() method reverses all characters
replace() method replaces first occurrence of a character in invoking string with another character
replace() method replaces last occurrence of a character in invoking string with another character