Storing data entered by the user into a Jframe
807601Apr 6 2008 — edited Apr 6 2008Hi,
I want to find out the different ways data can be stored in Java when taking input, for example, entered by the user into a GUI. I guess the most obvious choice is to connect to a database if you want to store the data after the program has been closed, or to store the data in text files? Are these the only ways to store data once the program has been closed by the user?
Any ideas?
Thanks,