Lecture Outline
- We can read in from a file using the FileReader and Scanner libraries
- We can write out to a file using the FileWriter and BufferedWritter libraries
- .split() takes in a string, a parses it into a String array, and splits on a certain delimiter (","," ",".", etc)
- When using a file, we must wrap its code inside of a try/catch
Lecture Recording
Lecture Slides
Code