Saving/loading data?
问题 I'm still making my clock. I want to save/load my data from when I use the clock so when I close at a specific time(like January 23rd), when I re-open eclipse I can do something so it brings me back to said time. Any ideas? (Snippits requested) import java.util.Scanner; import static java.lang.System.out; public class Clock { public static void main(String args[]) throws InterruptedException { Scanner keyboard = new Scanner(System.in); out.print("Set the week and day."); String specday = null