Lab 8: Persistence and Gitlet | CS 61BL Summer 2024
Each assignment will have an FAQ linked at the top. You can also access it by adding “/faq” to the end of the URL. The FAQ for Lab 8 is located here. When opening the project in IntelliJ, if it asks you if you want to override the .idea folder, do not override it. We have provided you with an IntelliJ configuration for this lab. If you are having issues with your Java setup, please refer to Lab 01 or ask your TA for help. So far in this class, you have exclusively made programs whose state only persists while the program is running, and all traces of the program disappear once the program exits. For example, in Project 1, you created two data structures but there was no way to save the deque, quit java, turn off your computer, eat a sandwich, and then reload your deque. In this lab, we will go over two methods to make the state of your program persist, or continue to exist, past the execution of your program one through writing plain text to a file, and the other through serializing ob
Each assignment will have an FAQ linked at the top. You can also access it by adding “/faq” to the end of the URL. The FAQ for Lab 8 is located here. When opening the project in IntelliJ, if it asks you if you want to override the .idea folder, do not override it. We have provided you with an IntelliJ configuration for this lab. If you are having issues with your Java setup, please refer to Lab 01 or ask your TA for help. So far in this class, you have exclusively made programs whose state only persists while the program is running, and all traces of the program disappear once the program exit
Explore this link on the map →