How to use Scanner and the java.io library to read and write text in files.
Table of Contents:
00:00 - Java File IO
00:06 - Why file IO?
00:33 - File IO needs
01:06 - Try/Catch
02:09 - Static methods
03:00 - Reading from a file
03:56 - Reading example
04:55 - Writing to a file
05:31 - Writing example
06:08 - Using the IO Methods
06:33 - Using example