Matching
Match each term with the correct statement below.
Premises:
Change the length of a string in a StringBuilder object
Responses:
substring().
append().
anonymous object
String variable.
insert()
immutable
concatenation
buffer
parseDouble().
capacity
buffer.
setLength()
wrapper
indexOf()
toLowerCase().
Correct Answer:
Premises:
Responses:
Change the length of a string in a StringBuilder object
setLength()
Premises:
Change the length of a string in a StringBuilder object
Responses:
setLength()
Related Questions
Q1: The methods islowerCase() and toLowerCase() perform the
Q2: StringBuilder greeting = new StringBuilder("Day 1"); <br>Using
Q4: Match each term with the correct statement
Q5: What is the purpose of the replace()
Q6: The method header of the equals() method
Q7: When you declare a variable of a
Q8: The _ class contains standard methods for
Q9: The _ method takes a String argument
Q10: Describe how a string is a reference
Q11: Consider the statement: int anInt = Integer.parseInt("649");<br>You