Strings Flashcards
1
Q
How does string concatenation work?
A
By using the + to add multiple strings or numbers.
2
Q
equals()
A
The equals test if whether two strings are the same object.
How does string concatenation work?
By using the + to add multiple strings or numbers.
equals()
The equals test if whether two strings are the same object.