Strings, I/O streams and Lists
Learning outcomes of this week's materials:
- Student understands how to use the class String, its constructors and methods.
- Student knows how to compare strings.
- Student understands the importance of the StringBuilder class and knows how to use it.
- Student knows how to create files.
- Student knows how to read and write data to files.
- Student understands how to use lists and why they are important.
- Student understands the importance of wrapper classes.