True/False
You can change the contents of a StringBuilder object, but you cannot change the contents of a String object.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: What will be displayed after the following
Q12: If you are using characters other than
Q13: The wrapper classes in Java are immutable,
Q14: What will be printed after the following
Q15: What will be the value of matches
Q17: When working with the String and StringBuilder
Q18: If a non-letter argument is passed to
Q19: Which of the following import statements is
Q20: Which of the following statements will convert
Q21: Given the following, which of the statements