Multiple Choice
Match each term with the correct statement below.
-Takes a String argument and returns its double value
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
Q7: When you declare a variable of a
Q18: A String variable name is not a
Q19: If you try to use an index
Q28: The _ method returns the length of
Q35: The _ method converts any object to
Q37: To alter just one character in a
Q56: The _ is an attribute of the
Q61: A _ is a class for storing
Q64: The String class _ method evaluates the
Q68: StringBuilder greeting = new StringBuilder("Welcome home ");