Multiple Choice
Match each term with the correct statement below.
-A named object of the String class
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
Q24: Describe how a reference is used in
Q25: Match each term with the correct statement
Q27: Match each term with the correct statement
Q30: Match each term with the correct statement
Q32: Methods that return information about an object
Q34: Besides Double and Integer , other wrapper
Q44: How can you use String methods to
Q46: The _ method and the startsWith() method
Q47: Any string value that is input into