String Methods Flashcards
1
Q
Length
A
finds how many characters are in a string, 1 longer than the index
2
Q
compareTo()
A
Returns a negative number if the first word comes before the second word alphabetically, positive if second word is first, zero if the same word
3
Q
concatenate
A
Putting together Strings and variables with +