Multiple Choice
The ____ method allows you to replace all occurrences of some character within a String .
A) substring()
B) toString()
C) replaceCharacter()
D) replace()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q46: String example1 = ""; <br>String example2 =
Q47: Any string value that is input into
Q48: When you compare String s with the
Q49: The _ method and the startsWith() method
Q50: The creators of Java chose _ characters
Q52: Match each term with the correct statement
Q53: What is a wrapper and why would
Q54: import javax.swing.JOptionPane; <br>public class Practice <br>{ <br> public