This topic covers working with data that outlives the program. You will study text files and binary files, the operations available on each, and random access using record positions. Serialisation is covered as a way of writing structured data to a file and reading it back. The second half covers exception handling: what an exception is, how try, catch and finally blocks are used, and why handling errors this way is better than letting a program fail.
๐ Sign in to view this topic's basics.
