Lecture 23
6
Strings ...
•The String API - lots there to use when needed
–constructors
–equality  
–comparisons
–substrings
–character contents
–changing String contents (not)
–finding meaning in Strings
•Read (some of) String.java
•See StringDemo.java in JOI/examples