String | StringBuilder | Arrays | ArrayList | Review |
---|---|---|---|---|
What is the equals() method?
This is the method used to compare two Strings.
|
||||
What is 'immutable'?
Since Java Strings cannot be changed, we call them this.
|
||||