Multiple Choice
Match each term with the correct statement below.
-Takes two integer arguments: a start position and an end position
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
Related Questions
Q3: The _ method requires an integer argument
Q6: The method header of the equals() method
Q23: A(n) _ is a variable that holds
Q31: How can you change the length of
Q33: When working with String s, it is
Q42: The _ method lets you add characters
Q59: How is the String class equalsIgnoreCase() method
Q61: The String class _ method is similar
Q66: StringBuilder greeting = new StringBuilder("Welcome");<br>Create the append()
Q80: The Character class _ from java.lang.Object .<br>A)