The topic says it all, but I'll also say a few words here:
I want to run a program many times and keep the data that I inserted every time. For example, if I create a person called Smith, this person should exist in the 2nd,3d,...n time I run the program. How do I do this?
P.S. I don't need code, I just need the methods, or the libraries that I have to use to do this.
Thanks in advance!
I want to run a program many times and keep the data that I inserted every time. For example, if I create a person called Smith, this person should exist in the 2nd,3d,...n time I run the program. How do I do this?
P.S. I don't need code, I just need the methods, or the libraries that I have to use to do this.
Thanks in advance!
Comment