Multiple Choice
Match each term with the correct statement below.
-A memory block
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
Q5: What is the purpose of the replace()
Q31: When using the prewritten equals() method, a
Q34: String firstCompare = "Oak Maple Pine"<br>String secondCompare
Q40: String greeting = "Welcome Home"; <br>Using the
Q46: The _ method and the startsWith() method
Q50: The creators of Java chose _ characters
Q51: The _ method allows you to replace
Q54: import javax.swing.JOptionPane; <br>public class Practice <br>{ <br> public
Q56: The terms "literal string" and "string literal"
Q66: yourCounty = "Clark" <br>yourCounty.startsWith("Cla") <br>What value will