Question
a.
replace() method replaces all occurrences of one character in invoking string with another character
b.
replace() method replaces only first occurrences of a character in invoking string with another character
c.
replace() method replaces all the characters in invoking string with another character
d.
replace() replace() method replaces last occurrence of a character in invoking string with another character
Posted under Java Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following statement is correct?
Similar Questions
Discover Related MCQs
Q. What is the value returned by function compareTo() if the invoking string is greater than the string compared?
View solution
Q. Which of these method of class String is used to remove leading and trailing whitespaces?
View solution
Q. Which of this method of class String is used to extract a substring from a String object?
View solution
Q. Which of these data type value is returned by equals() method of String class?
View solution
Q. Which of these methods of class String is used to check whether a given object starts with a particular string literal?
View solution
Q. Which of these methods is used to compare a specific region inside a string with another specific region in another string?
View solution
Q. Which of these method of class String is used to compare two String objects for their equality?
View solution
Q. Which of these method of class String is used to extract more than one character at a time a String object?
View solution
Q. Which of these is an incorrect statement?
View solution
Q. Which of these method of class String is used to extract a single character from a String object?
View solution
Q. Which of this method of class String is used to obtain a length of String object?
View solution
Q. Which of these class is superclass of String and StringBuffer class?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!