Multiple Choice
Match each term with the correct statement below.
-Change the length of a string in a StringBuilder object
A) parseDouble()
B) toLowerCase()
C) substring()
D) String variable
E) append()
F) buffer
G) setLength()
H) indexOf()
I) insert()
Correct Answer:

Verified
Correct Answer:
Verified
Q15: yourCounty = "perry"; <br>yourCounty.equals("Perry"); <br>yourCounty.equalsIgnoreCase("Perry"); <br>Using the
Q20: String oneStr = "Welcome Jim" String twoStr
Q24: Describe how a reference is used in
Q27: Match each term with the correct statement
Q28: Match each term with the correct statement
Q30: Match each term with the correct statement
Q34: Besides Double and Integer , other wrapper
Q38: The _ class contains standard methods for
Q47: Any string value that is input into
Q78: Explain what is needed to declare a