Lecture 22
16
Strings ...
•
The String API - lots there to use when needed
–
constructors
–
equality
–
comparisons
–
substrings
–
character contents
–
changing String contents (not)
•
Read (some of) String.java