Multiple Choice
Match each term with the correct statement below.
-Determines whether a specific character occurs within a String
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
Q25: Match each term with the correct statement
Q27: Match each term with the correct statement
Q28: Match each term with the correct statement
Q32: Methods that return information about an object
Q34: String firstCompare = "Oak Maple Pine"<br>String secondCompare
Q44: How can you use String methods to
Q46: The _ method and the startsWith() method
Q47: Any string value that is input into
Q56: The terms "literal string" and "string literal"