Discussion :: JAVA MCQs
- Which of the following statement is correct?
A.
reverse() method reverses all characters.
|
B.
reverseall() method reverses all characters.
|
C.
replace() method replaces first occurrence of a character in invoking string with another character.
|
D.
replace() method replaces last occurrence of a character in invoking string with another character
|
Answer : Option A
Explanation :
reverse() method reverses all characters. It returns the reversed object on which it was called.
Be The First To Comment